정답 개수:
2
틀린 개수:
0
실행 실패 개수:
7
100000 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> printf("\n".join(map(str, BFS(N, K)))) ~~~^^^^^^ SystemError: error return without exception set
100000 1
18568 83000
런타임 에러 (RTE)
stderr:
MemoryError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 39, in <module> printf("\n".join(map(str, BFS(N, K)))) ~~~^^^^^^ MemoryError
2184 1
21161 81911
런타임 에러 (RTE)
stderr:
MemoryError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 39, in <module> printf("\n".join(map(str, BFS(N, K)))) ~~~^^^^^^ MemoryError
686 1