정답 개수:
38
틀린 개수:
0
실행 실패 개수:
62
1 2 1 14 0 2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> graph[a].append(b) # A to B ~~~~~^^^ IndexError: list index out of range
14
1 2 1 53 7 2 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> graph[a].append(b) # A to B ~~~~~^^^ IndexError: list index out of range
7
1 2 1 85 98 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> topology_sort() ~~~~~~~~~~~~~^^ File "Main.py", line 15, in topology_sort for i in graph[now]: ~~~~~^^^^^ IndexError: list index out of range
85