Problem area_noi
User JJJwong
Submission Time 2025-11-09 19:44:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:23:36: error: expected ‘;’ before ‘}’ token
23 | max_val = max(max_val, val)
| ^
| ;
24 | }
| ~
area_noi.cpp:25:20: error: expected ‘;’ before ‘return’
25 | cout << max_val
| ^
| ;
......
28 | return 0;
| ~~~~~~