Problem area
User Phoubia01
Submission Time 2025-04-12 12:23:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:6:46: error: expected ‘;’ before ‘int’
6 | ios_base::sync_with_stdio(false); cin.tie(0)
| ^
| ;
7 | int N;
| ~~~
area.cpp:8:9: error: ‘N’ was not declared in this scope
8 | cin >> N;
| ^