Problem area_noi
User chog
Submission Time 2026-05-29 16:58:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int32_t main()’:
area_noi.cpp:17:15: error: expected ‘;’ before ‘}’ token
17 | max = a * b
| ^
| ;
18 | }
| ~
area_noi.cpp:20:13: error: expected ‘;’ before ‘}’ token
20 | cout << max
| ^
| ;
21 | }
| ~