Problem area_noi
User om2024
Submission Time 2025-01-03 18:29:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for (i=1; i<=n; i++) {
| ^
area_noi.cpp:10:3: error: ‘con’ was not declared in this scope; did you mean ‘cos’?
10 | con << hw;
| ^~~
| cos
area_noi.cpp:10:10: error: ‘hw’ was not declared in this scope; did you mean ‘w’?
10 | con << hw;
| ^~
| w