정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
8 15 1 3 7 6 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> graph[j][i] = False ~~~~~^^^ IndexError: list index out of range
1 117
12 9 1 7 2 8 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 43, in <module> area = bfs(i, j) File "Main.py", line 23, in bfs if visited[nx][ny]: ~~~~~~~~~~~^^^^ IndexError: list index out of range
1 106
5 13 1 4 0 12 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> graph[j][i] = False ~~~~~^^^ IndexError: list index out of range
2 5 20