정답 개수:
32
틀린 개수:
29
실행 실패 개수:
39
15287 26
inf
15261
100000 0
inf
100000
23421 3166
inf
20255
0 100000
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(bfs(a, b)) File "Main.py", line 14, in bfs if 0<=i<=2*b and not visited[i]: IndexError: list index out of range
6
1174 87169
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(bfs(a, b)) File "Main.py", line 14, in bfs if 0<=i<=2*b and not visited[i]: IndexError: list index out of range
189
9148 78112
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> print(bfs(a, b)) File "Main.py", line 14, in bfs if 0<=i<=2*b and not visited[i]: IndexError: list index out of range
616