Problem firstabc
User christal
Submission Time 2023-12-06 09:40:45
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:47:1: error: a function-definition is not allowed here before ‘{’ token
47 | {
| ^
firstabc.cpp:54:1: error: expected ‘}’ at end of input
54 | }
| ^
firstabc.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^