Problem area
User tacticalnerd
Submission Time 2024-05-01 16:41:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:14:15: error: expected ‘;’ before ‘}’ token
14 | cout << total
| ^
| ;
15 | }
| ~