정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 1 28 42 59 16
시간 초과 (TLE) (5.013s)
15
1 2 10 60 70 30 90 20
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> visited[nx] = visited[x] + 1 ~~~~~~~^^^^ IndexError: list assignment index out of range
9
4 1 36 88 7 84 70 83 52 57 35 21
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> visited[nx] = visited[x] + 1 ~~~~~~~^^^^ IndexError: list assignment index out of range
4