Problem area
User wtnetlegend
Submission Time 2025-02-25 15:20:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:12:15: error: expected ‘}’ at end of input
12 | cout << total;
| ^
area.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^