Problem area
User Codebreaker
Submission Time 2025-04-02 10:15:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
area.cpp:7:36: note: to match this ‘{’
7 | for (long long i = 0; i < x; i++){
| ^
area.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
area.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^