Problem | gotoschool |
---|---|
User | Sirui |
Submission Time | 2025-08-22 17:08:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:17:19: error: expected ‘;’ before ‘<’ token
17 | for (int i = 0, i < n; i++) {
| ^~
| ;
gotoschool.cpp:17:20: error: expected primary-expression before ‘<’ token
17 | for (int i = 0, i < n; i++) {
| ^