정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
4 4 1001 0011 0000 0000
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> bfs_maze(maze, 1, 1) File "Main.py", line 22, in bfs_maze if not visited_bfs[nx][ny] and graph[nx][ny] == 1: IndexError: list index out of range
-1
5 50 11110101110101110100101100111000101011001010001000 11011100011010011111011100011000101000010010010010 11000001000010010100000110001100000011110111010011 01111101110000000001110010100011000100101111011001 10001111100111100000000011011110100100101011011011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> bfs_maze(maze, 1, 1) File "Main.py", line 22, in bfs_maze if not visited_bfs[nx][ny] and graph[nx][ny] == 1: IndexError: list index out of range
-1
6 85 1001000000010110110100110100100000101100001110000101001010111001011100100001001100010 0110110010010010001100100110111011100100010101001001010011111100010101010101010100111 0011000001011111010001101010110100001101011101011011000100010101110000111100100000111 1110100101001000010110101010111001101011100011101110100001010101000110000100001101100 0001111101010111010100101000001110110011010000010101000110000100001011110010010100001 111111100101110001110010100110101011101010001110111010100010(...truncated, total 525 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 27, in <module> bfs_maze(maze, 1, 1) File "Main.py", line 22, in bfs_maze if not visited_bfs[nx][ny] and graph[nx][ny] == 1: IndexError: list index out of range
-1