정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
2 66 100001110111101110100001011110010010011101111001111101001110010000 111011000000110100110010001011111111011110110010111010100010111001
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> ans = fw.bfs(maze, (0,0), (n-1,m-1)) File "Main.py", line 42, 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
22 7 1000011 1001010 1000110 1101000 1101111 1011100 0101111 1010000 1010011 0001011 1111110 1001110 1000001 0101011 0100110 0000011 1011101 0010010 1001000 1010100 1101110 0101011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> ans = fw.bfs(maze, (0,0), (n-1,m-1)) File "Main.py", line 42, 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
3 68 00100000111001100011000001111101010010010011111100001010000000101101 01100101011101111111011101111101011010000101010011000110111101010001 11101100000000010001111001011110101010100000010001001101011101111111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 54, in <module> ans = fw.bfs(maze, (0,0), (n-1,m-1)) File "Main.py", line 42, 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