Problem | gotoschool |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-08 12:01:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:9:28: error: ‘i’ was not declared in this scope
9 | for (int index_number = 0; i < n; i++) {
| ^
gotoschool.cpp:14:20: error: expected ‘;’ before ‘return’
14 | order_to_enter [1]
| ^
| ;
15 | return 0;
| ~~~~~~