Problem area
User Ant1234567890
Submission Time 2025-06-10 09:09:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:11:15: error: expected ‘;’ before ‘}’ token
11 | total+=(a*b)
| ^
| ;
12 | }
| ~