정답 개수:
0
틀린 개수:
1
실행 실패 개수:
9
4 6 101111 101010 101011 111011
-1
15
8 10 0000001011 0110011010 0110100101 0111011101 0110010000 1101001001 0010010111 1100010111
런타임 에러 (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
12 22 0111110100011001001100 1010011100101110001110 0111111001001000110001 1001110011000011100010 1010100011110000010111 0010111101101101000100 1001001010011100100001 0100110001101100001011 1011010110110001001100 1000111001001101001110 0010110110001011011101 1001000000000000000110
런타임 에러 (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
39 36 000000101110111100100001000011101110 011111110001110010111010110111101001 010010100101000011110010001110011011 100011101110010001111111000011000000 001100000100100111101001000100011010 100111110000001010110001000110001100 111110001000010010000011011001000000 110110101100001101011100011100100010 111111001111101101000101110101000111 001011101110010001101101000010100011 010001001010101001110101100111110011 100111101010000111001011001110111101 111010101100010111011101001111001111 (...truncated, total 1486 characters)
런타임 에러 (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