Problem area_noi
User yoshiokalili
Submission Time 2026-02-09 16:28:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:16:32: error: expected ‘;’ before ‘}’ token
16 | maximum = max((h*w), maximum)
| ^
| ;
17 | }
| ~
area_noi.cpp:19:25: error: expected ‘;’ before ‘}’ token
19 | cout << maximum << "\n"
| ^
| ;
20 | }
| ~