정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
12 9 1 0 5 2 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> area = bfs(i, j) File "Main.py", line 22, in bfs if visited[nx][ny]: ~~~~~~~~~~~^^^^ IndexError: list index out of range
1 102
13 9 1 2 3 3 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 40, in <module> area = bfs(i, j) File "Main.py", line 22, in bfs if visited[nx][ny]: ~~~~~~~~~~~^^^^ IndexError: list index out of range
1 114
8 14 1 0 3 10 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> graph[i][j] = False ~~~~~^^^ IndexError: list index out of range
1 72