정답 개수:
1
틀린 개수:
1
실행 실패 개수:
18
10 3
3
7
3 73
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 37, in <module> ans = bfs(N) File "Main.py", line 25, in bfs if(0<= nx and 2*nx<=M+1 and v[2*nx] ==0): ~^^^^^^ IndexError: list index out of range
7
4 83
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 37, in <module> ans = bfs(N) File "Main.py", line 25, in bfs if(0<= nx and 2*nx<=M+1 and v[2*nx] ==0): ~^^^^^^ IndexError: list index out of range
7
53 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 37, in <module> ans = bfs(N) File "Main.py", line 25, in bfs if(0<= nx and 2*nx<=M+1 and v[2*nx] ==0): ~^^^^^^ IndexError: list index out of range
50