정답 개수:
1
틀린 개수:
8
실행 실패 개수:
11
50 11 00100100010 00000011111 00010101010 11110011011 00101010101 01101100100 10101111000 01100010101 11010101001 01010111101 00110111011 10001110110 00100010000 01101000111 01011110100 10111011100 10010011101 01110101000 11100100101 10110010001 11101111011 11011010001 01111001100 00111000000 00001101000 10100111111 10011011111 11001010111 00001000001 00010010000 11000101011 01000111011 00101111001 10110001001 10110111110 11001110111 11110000110 11111111100 (...truncated, total 654 characters)
도달할 수 있는 경로가 없습니다.
-1
30 30 001011100110010001000001011010 010100000011001001010101001111 011000010011011011110000010011 010100011000000111011011000010 110000010001101011111000110001 011111001101110001010001111001 110101110111100101001001010000 000011110011111000011011010101 100000000110010011001111111000 101001011000010000100011010010 011111100111000100000001000110 011101110010101110101001110011 010011111110110101011011011101 101011101000011010001000100000 011000011001011001011001100010 00011010100001(...truncated, total 964 characters)
도달할 수 있는 경로가 없습니다.
-1
11 98 00000101001000010011001011111011101110110011010000011110100000011101101100011011010101101100001011 00111000101111000110110111001101001010010111000100001110011011100110010111000000111100111000100001 00000111010010100001100101100011100000101111110001010111000001011101000011001100110000110001101011 01110000111110110000001001011011110100000000101010100110110101011110111110000110111010110011010000 0011101110000011001011010011001000000100101110001100100100100110111100100100110001011000000001(...truncated, total 1104 characters)
도달할 수 있는 경로가 없습니다.
-1
2 20 11010101010110110110 01000100110011010000
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 58, in <module> main() File "Main.py", line 51, in main answer = bfs_maze(graph, N, M) File "Main.py", line 5, in bfs_maze if graph[0][0] == 0 or graph[N-1][M-1] == 0: IndexError: list index out of range
-1
79 2 11 01 00 01 10 01 01 10 11 11 10 11 11 11 11 11 01 11 01 00 11 00 01 11 10 00 01 10 11 11 11 11 01 11 00 01 10 11 10 01 10 01 11 11 00 01 10 00 11 00 01 10 11 11 01 00 11 00 01 10 01 01 01 10 10 10 00 11 01 00 00 11 10 10 10 01 10 10 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 58, in <module> main() File "Main.py", line 51, in main answer = bfs_maze(graph, N, M) File "Main.py", line 37, in bfs_maze if graph[nx][ny] == 0 or visited[nx][ny]: IndexError: list index out of range
-1
93 5 11001 00100 11101 11110 10011 11110 10100 01101 10111 10111 00011 10110 01110 00101 11011 10010 00011 01111 00111 11001 01001 01100 10010 01011 10101 01000 10000 10100 11101 00110 11001 00001 00011 11101 00100 11101 00001 01100 00100 00001 10111 00011 00110 10100 00111 00000 01111 11000 11100 00111 00000 11000 00111 01001 11000 01001 10010 00101 10100 01010 01011 01011 00111 10000 00001 01001 10001 11011 11110 01110 10111(...truncated, total 654 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 58, in <module> main() File "Main.py", line 51, in main answer = bfs_maze(graph, N, M) File "Main.py", line 37, in bfs_maze if graph[nx][ny] == 0 or visited[nx][ny]: IndexError: list index out of range
-1