정답 개수:
13
틀린 개수:
1
실행 실패 개수:
86
10 11 3 3 5 7 9 1 0 10 10 5 8 6 10
11 1 1 1 1 1 1 1 1 1 1 10
2 10 10
5 6 1 2 2 5 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 24
5 7 1 0 3 1 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 34
6 9 1 0 0 9 3
런타임 에러 (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 27