정답 개수:
29
틀린 개수:
1
실행 실패 개수:
7
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
82 86906
18
16
58 79
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> else: print(bfs(su, 0)) ~~~^^^^^^^ SystemError: error return without exception set
20
294 356
런타임 에러 (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
62
80 77265
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> else: print(bfs(su, 0)) ~~~^^^^^^^ SystemError: error return without exception set
18