Problem area_noi
User hitarthdangra
Submission Time 2026-02-20 17:54:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:21:29: error: expected ‘;’ before ‘}’ token
21 | best = max(h[i]*w[i],best)
| ^
| ;
22 | }
| ~
area_noi.cpp:24:14: error: expected ‘}’ at end of input
24 | cout << best;
| ^
area_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^