Problem area
User Ant1234567890
Submission Time 2025-06-11 20:18:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:9:11: error: expected ‘;’ before ‘}’ token
9 | a+=(y*z)
| ^
| ;
10 | }
| ~