정답 개수:
28
틀린 개수:
0
실행 실패 개수:
8
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
27 747
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> else: print(bfs(su, 0)) File "Main.py", line 14, in bfs if a*2 <= bro*2: queue.append([a*2, b+1]) object address : 0xffffb74a9180 object refcount : 3 object type : 0x9a0a10 object type name: MemoryError object repr : MemoryError() lost sys.stderr
11
305 418
런타임 에러 (RTE)
stderr:
MemoryError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 21, in <module> else: print(bfs(su, 0)) ~~~^^^^^^^ MemoryError
97
512 549
런타임 에러 (RTE)
stderr:
MemoryError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "Main.py", line 21, in <module> else: print(bfs(su, 0)) ~~~^^^^^^^ MemoryError
37