Problem area_noi
User Catornado
Submission Time 2023-02-22 17:09:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | max=h*w
| ^
| ;
13 | }
| ~