Problem area
User jamallikestocode
Submission Time 2025-08-26 20:44:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp:1:1: error: ‘espace’ does not name a type
1 | espace std;
| ^~~~~~
area.cpp: In function ‘int main()’:
area.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> N;
| ^~~
area.cpp:13:5: error: ‘cout’ was not declared in this scope
13 | cout << total;
| ^~~~