Problem | gotoschool_ex |
---|---|
User | usernamehere |
Submission Time | 2025-08-01 17:14:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool_ex.cpp: In function ‘int main()’:
gotoschool_ex.cpp:13:24: error: expected ‘;’ before ‘}’ token
13 | cout << out[i] << ' '
| ^
| ;
14 | }
| ~