Problem firstabc
User blob
Submission Time 2023-12-08 13:40:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:20:12: error: expected ‘;’ before ‘}’ token
20 | return 0
| ^
| ;
21 | }
| ~