정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
8 14 10001111110100 11100011100011 00011101111110 11001001111111 00100111000001 01101100010011 01111100011011 10011100001110
런타임 에러 (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
13 22 0001100010010001110000 1100111001110110001111 0111011011010111110101 1010111001111000111001 1011000000111000110001 0100111001101000101101 1111011011000000010100 1001100000100100100100 1001110011000111011010 0010011110100001010010 1111011011111101001100 0101100101000111110100 1101100101100101011011
런타임 에러 (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 19 1010100111111001110 0111111010010011101 0000110100100100101 0101010010110100010 1101010010001101010 1010011100100100101 0110100111010000101 1111001100101100000 0001000101101100000 0001100010110001001 0000101011001011111 0001011100111010000 0000110010111000111 1100001111010101011 0111001101101100001 1101011000000101001 1110110111011111011 1111011010000000010 0011000100100010111
런타임 에러 (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