Problem gotoschool_ex
User Pan
Submission Time 2024-03-02 00:33:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool_ex.cpp: In function ‘int main()’:
gotoschool_ex.cpp:38:2: error: expected primary-expression before ‘return’
38 | return 0;
| ^~~~~~
gotoschool_ex.cpp:39:1: error: expected ‘}’ at end of input
39 | }
| ^
gotoschool_ex.cpp:33:1: note: to match this ‘{’
33 | {
| ^