Problem gotoschool
User lingfei123
Submission Time 2023-11-08 19:59:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:15:9: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~