정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 8 10 2 4 4 0 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 38, in <module> if matrix[i][j] == 1: IndexError: list index out of range
2
1 3 4 3 0 2 2 0 2 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> bfs(matrix, i, j) File "Main.py", line 24, in bfs if matrix[nx][ny] == 1: IndexError: list index out of range
3
2 2 1 1 0 0 6 7 1 5 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> bfs(matrix, i, j) File "Main.py", line 24, in bfs if matrix[nx][ny] == 1: IndexError: list index out of range
1 1