Problem area
User noob41
Submission Time 2023-11-09 21:08:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int32_t main()’:
area.cpp:14:13: error: expected ‘;’ before ‘}’ token
14 | sum[i]=a*b
| ^
| ;
15 |
16 | }
| ~
area.cpp:18:14: error: expected ‘;’ before ‘}’ token
18 | ans+=sum[i]
| ^
| ;
19 | }
| ~