정답 개수:
47
틀린 개수:
1
실행 실패 개수:
52
6 9 2 0 2 2 3 2 1 6 2
2 8 40
1 48
9 5 1 3 3 5 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> graph[i][j] = False ~~~~~~~~^^^ IndexError: list assignment index out of range
1 37
7 12 1 3 0 9 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> graph[i][j] = False ~~~~~^^^ IndexError: list index out of range
2 21 21
7 12 1 3 2 8 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> graph[i][j] = False ~~~~~^^^ IndexError: list index out of range
1 79