정답 개수:
96
틀린 개수:
0
실행 실패 개수:
4
6 6 74 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> ans = bfs(N) File "Main.py", line 14, in bfs if 0 <= next <= 100001 and visitied[next] == 0: ~~~~~~~~^^^^^^ IndexError: list index out of range
13
2 5 86 54
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> ans = bfs(N) File "Main.py", line 14, in bfs if 0 <= next <= 100001 and visitied[next] == 0: ~~~~~~~~^^^^^^ IndexError: list index out of range
7
3 2 74 14
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 26, in <module> ans = bfs(N) File "Main.py", line 14, in bfs if 0 <= next <= 100001 and visitied[next] == 0: ~~~~~~~~^^^^^^ IndexError: list index out of range
20