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

Compile Error

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