정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
8 11 1 7 0 9 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 80
10 7 1 4 4 7 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 36, in <module> graph[i][j] = False ~~~~~~~~^^^ IndexError: list assignment index out of range
1 64
12 7 1 5 6 6 9
런타임 에러 (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 81