정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
10 23 10011100010011010010110 11111100001000010101011 10110010101100100111101 01010110000101100101001 11111110111010101000010 11000100011101111001001 01001110100011000111111 00101101000100001111000 11000101111011101110011 00110101111010010010011
런타임 에러 (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 67 1001010101011101110001010001000100100100111100010000111101100001101 1111101011010100100100101100101110111111110001101000100001000001100 0100110100011000001100110100110001010000011100000100001111011000110 0100001101100010100011001101110110010000110011110100001011010000101 1000001100000011001010110111001110111100011010100111110110111111111 0011000000001110010010010010110100101001011110000001100110110010001
런타임 에러 (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
11 43 1100010010100010100100010110101110111100111 1000011001000101111111101010101111001111001 0001101010011001000010101101010010010010101 0101011110010010101000111000100101001000011 0111001110101100001011111000001100110101111 0111110010110100110001001101010111101010110 1010100010100101110110101111110111000010011 1100100110000001101011001001111101011110001 1000100010101010111110101001111100011100101 0001011000101100111010100100000111010010100 1111100001011010001011010110101000111100100
런타임 에러 (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