Problem area_noi
User angei
Submission Time 2025-08-01 14:26:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:9:9: error: ‘h’ was not declared in this scope
9 | cin >> h >> w;
| ^
area_noi.cpp:9:14: error: ‘w’ was not declared in this scope
9 | cin >> h >> w;
| ^
area_noi.cpp: At global scope:
area_noi.cpp:15:1: error: ‘cout’ does not name a type
15 | cout << max_area << endl;
| ^~~~
area_noi.cpp:16:1: error: expected unqualified-id before ‘return’
16 | return 0;
| ^~~~~~
area_noi.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^