| Problem | gotoschool |
|---|---|
| User | elsatanyixin |
| Submission Time | 2026-02-14 11:40:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:11:13: error: expected primary-expression before ‘]’ token
11 | int num [n+], order[n+1];
| ^
gotoschool.cpp:13:9: error: ‘number’ was not declared in this scope
13 | cin >> number [i];
| ^~~~~~
gotoschool.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
gotoschool.cpp:7:13: note: to match this ‘{’
7 | int main () {
| ^