Problem firstabc
User christal
Submission Time 2023-12-06 09:41:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:6:1: error: a function-definition is not allowed here before ‘{’ token
6 | {
| ^
firstabc.cpp:50:1: error: expected ‘}’ at end of input
50 | }
| ^
firstabc.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^