정답 개수:
0
틀린 개수:
4
실행 실패 개수:
6
100 100
1
0
659 38421
1827
68
2422 1832
0
590
1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> ans = bfs(N) File "Main.py", line 23, in bfs if(0<= 2* nx and 2* nx<=M+1 and v[2*nx] ==0): ~^^^^^^ IndexError: list index out of range
0
34 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> ans = bfs(N) File "Main.py", line 18, in bfs v[N] = 0 ~^^^ IndexError: list assignment index out of range
31
4271 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> ans = bfs(N) File "Main.py", line 18, in bfs v[N] = 0 ~^^^ IndexError: list assignment index out of range
4264