정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
14 23 01101101100100000011110 00110001000101011000001 11001100101011001000001 10100111111101001011101 10000010101101100111010 10111010010011111011000 00001000101000011110010 00100010100101001110110 01100010111111100000000 00010110001101111100111 10101100010101011100111 10011000000000001111010 11001111000001011011101 00001111000000011000111
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> print(bfs(graph, 0,0, visited)) File "Main.py", line 30, in bfs if graph[new_y][new_x] == '1': # 1에 해당 되는 애들만 다니기 IndexError: list index out of range
-1
16 22 1100011010100110101001 0010000101100111110111 1111010111011110101010 1101010100000011010100 1011011001111101110010 1101000100101100010000 1111110000001010110100 0010101110000110011001 1010011111111011001111 1001000000001101000000 0000011111001000010111 1110001010010110111011 1110010010010001111000 0000000010110001000111 1000001011000011101110 0100010100101000001110
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> print(bfs(graph, 0,0, visited)) File "Main.py", line 30, in bfs if graph[new_y][new_x] == '1': # 1에 해당 되는 애들만 다니기 IndexError: list index out of range
-1
26 22 0101011100101001100111 1101000001001101110011 1010110110111101011000 1100111000111100000011 1110110100110101011111 1110000111110001001101 1011010101110000100110 1100000101100111011101 1001101001100001001111 1011000011001011101100 1010111010110001101110 0011000010011000101111 0000100111111011100010 0001001000100110010010 1001010100110011011011 1100001110001110110011 1100101001111101001111 1110101000100010010000 1000000101110001110111 0101101110010010001001 01010000011011(...truncated, total 628 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 34, in <module> print(bfs(graph, 0,0, visited)) File "Main.py", line 30, in bfs if graph[new_y][new_x] == '1': # 1에 해당 되는 애들만 다니기 IndexError: list index out of range
-1