| Problem | gotoschool | 
|---|---|
| User | Anonymous35V | 
| Submission Time | 2023-11-08 13:14:34 | 
| 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; index_number++); {
      |                            ^
gotoschool.cpp:11:25: error: ‘index_number’ was not declared in this scope
   11 |  order_to_enter[order]= index_number;
      |                         ^~~~~~~~~~~~
gotoschool.cpp:14:17: error: ‘index_number’ was not declared in this scope
   14 |  order_to_enter=index_number;
      |                 ^~~~~~~~~~~~