정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
4 6 101111 101010 101011 111011
런타임 에러 (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 34, in bfs (x, y), dist = que.popleft() ValueError: too many values to unpack (expected 2)
15
32 44 11011110110111010010100010011110100000101001 10001101110101011100100000100101101001111111 10110111010001001001010101001110010101100111 00110000001001110010111010011011101111100110 11011100111001101001001110010010111001000011 11111100110110101110110000100100011000011111 11011000011101101011111101111100111000110110 10010011001101010010100111101011101001001101 10110111101111011011011110101010111101010111 10111010000001001001000000001111110011111011 0110011110011111010011111010111101(...truncated, total 1476 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
20 77 00110100000101011111001010011000100100111011001010000001100101101101100100000 11101111101101100011000000010110001010100110111010011010111010101010110001001 11000011001111101100010000010011000110111110001100001010000110100111111111001 11101010011000011100000000111011001001001011101101111011100101110110101001011 00000111110010001000100001101100100110111001101100000101100011100111000000000 00001110100000101100111100101010010101000010101111010011110110110111011011011 00001001101011010101(...truncated, total 1584 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