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

Compile Error

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