정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
12 6 110010 001111 001011 010101 101110 111101 111010 000011 110110 101111 011011 000001
런타임 에러 (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
21 4 1100 1110 0011 0111 0010 1000 0111 1011 0000 1111 0101 1101 1001 0101 1111 1011 1010 1100 1001 1111 1111
런타임 에러 (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
6 88 0010111110100100000101110111100010010001011001010010001000010100101110101000001000000111 1001111111111110101011100010101001011010111011111000100101001100110100110100100101000101 0001001001100100000101001101000110110001111010110001100010100110100101100100110010101110 1111100000111010110000010101110011000111111011110001001011011111101101010000001101111001 1111110001011011111100100011110001111010000001001011110010111010100001011010010111101100 011010111110010010001101010010000110011000110(...truncated, total 543 characters)
런타임 에러 (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