정답 개수:
22
틀린 개수:
6
실행 실패 개수:
72
3 1 2 1
0
1
4 1 3 1
0
1
4 3 2 3 1 3 2 4
1
3
2 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> graph[c].append(k) IndexError: list index out of range
1
3 1 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 29, in <module> bfs() File "Main.py", line 21, in bfs if virus[i] == 0 : IndexError: list index out of range
1
3 1 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 10, in <module> graph[c].append(k) IndexError: list index out of range
1