| Problem | gotoschool |
|---|---|
| User | YongXin |
| Submission Time | 2023-06-02 13:31:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:27:18: error: expected ‘;’ before ‘}’ token
27 | cout<<b[i]<<' '
| ^
| ;
28 | }
| ~