Problem | gotoschool |
---|---|
User | Xinlan |
Submission Time | 2023-11-08 16:05:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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 | }
| ~