정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
6 1 4 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> visited_ls[s][1] = 1 ~~~~~~~~~~~~~^^^ IndexError: list assignment index out of range
0 0 0 1 0 0
6 1 5 2 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> visited_ls[v][0].append(u) ~~~~~~~~~~^^^ IndexError: list index out of range
0 0 0 0 1 0
5 3 1 4 5 1 4 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> visited_ls[v][0].append(u) ~~~~~~~~~~^^^ IndexError: list index out of range
1 0 2 3 4