| Problem | area_noi |
|---|---|
| User | StormyGood |
| Submission Time | 2024-01-26 13:51:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int32_t main()’:
area_noi.cpp:8:6: error: ‘n’ was not declared in this scope
8 | if (n == 1)
| ^
area_noi.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
area_noi.cpp:14:2: note: to match this ‘{’
14 | {
| ^
area_noi.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
area_noi.cpp:5:1: note: to match this ‘{’
5 | {
| ^