Problem area
User NgMinSong123
Submission Time 2024-03-22 17:48:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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