정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
9 35 00000000110101100001011100100010110 11001101011000000111011101001110110 00101011111101011110000110000011111 01011101100001000010001010100001110 11010010011011100011100000010110001 01001100011000101101100010000100010 11100110111001101011101101110101001 10000011010110110000000001100010111 00100110010001011011010111001001111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 52, 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
38 22 1110011000100100011010 1011011101011110000011 1111000000010110000100 0100000001101110001001 1000100010001001000111 1010110100011011010101 0010011101011111111000 1011000011011110011011 1000010011010111100110 0110101111010100011000 1010011111010100111011 0101111101001010110111 1001010110101111110111 0110110100100100000011 1111110001000111111011 0000111101000101110100 0011000101000011010010 0100000100000000100100 1011101110011101011101 0001110000010110111001 00100101010010(...truncated, total 916 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 52, 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
50 19 0100001101000110000 0100001110111110011 1010000011110101011 1010011010110111001 1001001101111000011 1011001111011010111 0111001010101000011 1011101010001110001 0011111010101001101 0101001011100110100 0010000111100011001 1001111111001011101 1110100101001001011 1110011100101110010 1111111110110111001 0100011011110011001 1010100110100010101 0111101001001110110 1000000100010100110 1111000100101010100 0100110001110111011 1001110000111110001 1011001100100011001 10011101110(...truncated, total 1054 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 52, 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