정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
6 6 000001 110111 101000 110101 100111 111100
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 55, in <module> ans = fw.bfs(maze, (0,0), (n-1,m-1)) File "Main.py", line 43, in bfs if (0<=next_x<self.n) and (0<=next_y<self.m) and (maze[next_x][next_y] == 1) and not visited[next_x][next_y]: IndexError: list index out of range
-1
4 11 00101010010 00111001100 01110110000 01100000011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 55, in <module> ans = fw.bfs(maze, (0,0), (n-1,m-1)) File "Main.py", line 43, in bfs if (0<=next_x<self.n) and (0<=next_y<self.m) and (maze[next_x][next_y] == 1) and not visited[next_x][next_y]: IndexError: list index out of range
-1
19 13 1111011100111 0000100100010 0011001011010 0011010100111 0101110101101 1100100111001 1010011100110 1011110110100 0111000111001 1011111111000 0100000101111 1011101011000 0000110010001 0000100011011 0100110110111 0000011110011 0111101111001 0001110110010 1001111010101
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 55, in <module> ans = fw.bfs(maze, (0,0), (n-1,m-1)) File "Main.py", line 43, in bfs if (0<=next_x<self.n) and (0<=next_y<self.m) and (maze[next_x][next_y] == 1) and not visited[next_x][next_y]: IndexError: list index out of range
-1