정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
3 55 0101101000101001011111001111110001101011001110111010000 0010101100110001101010011000110111101100110001001111111 1011101101001010001101111111101111011001100000001100001
런타임 에러 (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
9 60 100110000111101110100110000010111010010000011010101101110011 111101011110011101100110111100111110111111010111101111110010 100100011110111001100000001101110110001010000011101101000110 001000000001011001100110001011100111010001011110011111100011 100011110011100101011110100000000010001100010101111101100111 111000100100001101010010001001001111001111111110011011110011 100101111111011010100101100000111100000100010111010011011100 101000010000101010011101101011001000010010110110111110000011 (...truncated, total 561 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
23 42 101101100001101011111101011001010100111001 011011010110111100111111010011111011001000 110011011010110010101000111011011101011011 100001000100100111101000001110000001101010 100010101000100011100111000001011000101011 110100010100011000010101111001011110110000 000011001111100111010101001011000001011111 101110101001101110110011110000101000000111 100110001100010011010111010100010101101100 111001101100010110100111011110000111100111 000111010011110101010011011001010101110101 0111101100(...truncated, total 1016 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