Problem gotoschool
User Anonymous35V
Submission Time 2023-11-08 12:01:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:11:25: error: ‘i’ was not declared in this scope
11 | order_to_enter[order]= i;
| ^
gotoschool.cpp:14:20: error: expected ‘;’ before ‘return’
14 | order_to_enter [1]
| ^
| ;
15 | return 0;
| ~~~~~~