Problem | gotoschool |
---|---|
User | Maggie |
Submission Time | 2023-11-08 13:31:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:11:23: error: ‘order_to_enter’ cannot be used as a function
11 | order_to_enter(order) = index_number;
| ^
gotoschool.cpp:13:10: error: expected ‘;’ before ‘}’ token
13 | return 0
| ^
| ;
14 | }
| ~