정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
25 12 100100010101 110001110000 000101010111 111011000100 001011000011 011000111100 110000111101 011001010000 011100100101 000011111111 001000100010 110001101101 101000010001 111000111110 101001010000 011010000110 000001000110 010010110111 110000111000 010100010011 000001100001 110011001101 110001110000 001100110001 100100001011
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> print(BFS(graph, n, m)) File "Main.py", line 24, in BFS if loc[0] + 1 <= n and graph[loc[0]+1][loc[1]] and not check_list[loc[0]+1][loc[1]]: IndexError: list index out of range
-1
28 11 11111011101 00110101101 10100110111 00101101011 00011001001 11011010111 01110100000 01110000100 01010001011 11101100101 10000000011 01011110010 00111000110 01011000011 10001000010 10111001000 01100100110 11010101100 01110101011 00000011011 10001110011 11101010000 00000011110 11011000101 01011010000 01100001000 11000100011 11001001110
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> print(BFS(graph, n, m)) File "Main.py", line 24, in BFS if loc[0] + 1 <= n and graph[loc[0]+1][loc[1]] and not check_list[loc[0]+1][loc[1]]: IndexError: list index out of range
-1
41 13 1000011111001 1000100111101 1101100101010 1010001111100 0000001011100 1011000100111 1110011110101 0001001100111 0001010011100 0111101100110 1011110111101 1101111011000 1000011010111 1000100101110 1011000110010 0011011100100 0001001000001 0110110001101 1010111000010 0101001000011 1000110001110 1010000001111 1100111010000 0000111110000 0110000010011 0001000110011 0101001001100 1010010000001 1000110100111 1101011000000 0110111101011 1011001011001 1111001101011 (...truncated, total 619 characters)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 42, in <module> print(BFS(graph, n, m)) File "Main.py", line 24, in BFS if loc[0] + 1 <= n and graph[loc[0]+1][loc[1]] and not check_list[loc[0]+1][loc[1]]: IndexError: list index out of range
-1