Problem gotoschool
User Maggie
Submission Time 2023-11-08 14:03:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:10:23: error: ‘order_to_enter’ cannot be used as a function
10 | order_to_enter(order) = index_number;
| ^
gotoschool.cpp:14:27: error: ‘order_to_enter’ cannot be used as a function
14 | cout << order_to_enter(i) << " ";
| ^
gotoschool.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~
gotoschool.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
gotoschool.cpp:4:15: note: to match this ‘{’
4 | int32_t main(){
| ^