Problem | gotoschool |
---|---|
User | ThatOneGuy |
Submission Time | 2025-02-07 15:20:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp:7:35: error: stray β#β in program
7 | result[A[i] - 1] = i + 1 # Convert Ai to zero-based index
| ^
gotoschool.cpp:1:1: error: βdefβ does not name a type
1 | def go_to_school(N, A):
| ^~~