정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 4 2 2 2 3 1 3 4 1 4 1 1 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if not bf(start, n, edge): ~~^^^^^^^^^^^^^^^^ File "Main.py", line 9, in bf for j in range(e): ~~~~~^^^ TypeError: 'list' object cannot be interpreted as an integer
NO
1 4 1 3 1 2 10000 2 3 1 3 4 1 4 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if not bf(start, n, edge): ~~^^^^^^^^^^^^^^^^ File "Main.py", line 9, in bf for j in range(e): ~~~~~^^^ TypeError: 'list' object cannot be interpreted as an integer
YES
1 9 7 2 3 6 6 5 9 4 5 1 3 9 2 1 7 7 10 3 6 4 4 6 4 1 8 6 3 4 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 35, in <module> if not bf(start, n, edge): ~~^^^^^^^^^^^^^^^^ File "Main.py", line 9, in bf for j in range(e): ~~~~~^^^ TypeError: 'list' object cannot be interpreted as an integer
NO