Problem area_noi
User KingKian
Submission Time 2024-02-20 18:22:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:15:19: error: expected ‘;’ before ‘}’ token
15 | biggest = w * h
| ^
| ;
16 | }
| ~