정답 개수:
94
틀린 개수:
5
실행 실패 개수:
1
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
639 57937
196 1
196 2
1339 87063
30 1
30 2
2997 43946
256 1
256 2
10 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> print(*bfs(*list(map(int,input().split()))),sep="\n") ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: print() argument after * must be an iterable, not int
0 1