정답 개수:
4
틀린 개수:
1
실행 실패 개수:
45
0 100000
31
6
100000 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 51, in <module> print(bfs(N, K)) ~~~^^^^^^ File "Main.py", line 17, in bfs visited[N] = True ~~~~~~~^^^ IndexError: list assignment index out of range
100000
1101 60134
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 51, in <module> print(bfs(N, K)) ~~~^^^^^^ File "Main.py", line 17, in bfs visited[N] = True ~~~~~~~^^^ IndexError: list assignment index out of range
164
1455 77911
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 51, in <module> print(bfs(N, K)) ~~~^^^^^^ File "Main.py", line 17, in bfs visited[N] = True ~~~~~~~^^^ IndexError: list assignment index out of range
240