제출 #49608
제출 정보
제출 결과
정답 개수:
59
틀린 개수:
0
실행 실패 개수:
41
제출 코드
찾은 반례
입력:
5 0
오답 출력:
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> ans = min(bfs(N), ans) TypeError: '<' not supported between instances of 'float' and 'NoneType'
정답 출력:
5
입력:
7 1
오답 출력:
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> ans = min(bfs(N), ans) TypeError: '<' not supported between instances of 'float' and 'NoneType'
정답 출력:
6
입력:
19 5
오답 출력:
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> ans = min(bfs(N), ans) TypeError: '<' not supported between instances of 'float' and 'NoneType'
정답 출력:
14