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