Problem gotoschool
User Xinlan
Submission Time 2023-11-08 16:04:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:14:18: error: expected ‘;’ before ‘}’ token
14 | cout<<A[1]<<" "
| ^
| ;
15 | }
| ~