정답 개수:
3
틀린 개수:
18
실행 실패 개수:
19
0 2
0
2
1 52
3
7
3 45
8
6
42 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> bfs(graph, start, visited) File "Main.py", line 21, in bfs tmp = graph[v][i] IndexError: list index out of range
42
49 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> bfs(graph, start, visited) File "Main.py", line 21, in bfs tmp = graph[v][i] IndexError: list index out of range
42
69 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> bfs(graph, start, visited) File "Main.py", line 21, in bfs tmp = graph[v][i] IndexError: list index out of range
64