정답 개수:
0
틀린 개수:
1
실행 실패 개수:
9
4 6 101111 101010 101011 111011
(1, 1) (2, 1) (3, 1) (4, 1) (4, 2) (4, 3) (3, 3) (2, 3) (1, 3) (1, 4) (1, 5) (2, 5) (1, 6) (3, 5) (4, 5) (3, 6) (4, 6) 15
15
4 60 011100100011010010000000110001110100101101001111000011011101 111000000011110110000110001100111100000100001011010101001111 111111111111101011011001011010110011010001001110000101101101 010011000010110011101011000110010011101001101110010001000110
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> bfs_maze(maze, 1, 1) File "Main.py", line 23, in bfs_maze if not visited_bfs[nx][ny] and graph[nx][ny] == 1: IndexError: list index out of range
-1
80 5 10110 10010 01111 10011 00011 10000 11101 01111 01100 11010 00100 11001 11011 00001 00110 10111 10100 01010 00110 10101 11010 10101 10000 01101 11110 11101 11110 00001 01001 10001 00111 11011 00100 10000 11000 11001 00001 10001 01111 00110 01001 01001 00101 01001 01011 00011 01110 01101 11100 01111 11010 10101 00011 10110 10101 11000 01001 11010 11001 01100 11100 01001 01111 10001 10101 10100 00110 01001 11000 00010 01100(...truncated, total 563 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> bfs_maze(maze, 1, 1) File "Main.py", line 23, in bfs_maze if not visited_bfs[nx][ny] and graph[nx][ny] == 1: IndexError: list index out of range
-1
21 57 010011011010100000000001011000110001111111110000111101111 001100101000101010110110000101011011110001010101111001100 100000101110111011111000010001111011111001100001111100110 100001110000001111101111111011011111000101110110000111001 101110001000100011010111000000110010000101111100011011110 001110001101000000000111011110101111100111010010001101110 111101110011000001000101010101101010011110110111011111111 000101000001000000001000111111111101000010001110110101011 1110000001011111000000(...truncated, total 1243 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 28, in <module> bfs_maze(maze, 1, 1) File "Main.py", line 23, in bfs_maze if not visited_bfs[nx][ny] and graph[nx][ny] == 1: IndexError: list index out of range
-1