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

Compile Error

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