정답 개수:
4
틀린 개수:
0
실행 실패 개수:
46
0 100000
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> if visited[next] == -1 and 0 <= next <= 100_000: ^^^^^^^^^^^^^ IndexError: list index out of range
6
100000 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> if visited[next] == -1 and 0 <= next <= 100_000: ^^^^^^^^^^^^^ IndexError: list index out of range
100000
141 66860
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> if visited[next] == -1 and 0 <= next <= 100_000: ^^^^^^^^^^^^^ IndexError: list index out of range
14