Problem | gotoschool |
---|---|
User | limzuwan |
Submission Time | 2023-06-05 20:47:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:16:15: error: expected ‘;’ before ‘}’ token
16 | cout << A[i]
| ^
| ;
17 | }
| ~