정답 개수:
32
틀린 개수:
0
실행 실패 개수:
68
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
3 1 1 1 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> for i in dijkstra(K): File "Main.py", line 25, in dijkstra if alt < dist[v]: TypeError: '<' not supported between instances of 'int' and 'str'
0 1 INF
3 1 2 2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> for i in dijkstra(K): File "Main.py", line 25, in dijkstra if alt < dist[v]: TypeError: '<' not supported between instances of 'int' and 'str'
1 0 INF
5 1 5 5 4 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> for i in dijkstra(K): File "Main.py", line 25, in dijkstra if alt < dist[v]: TypeError: '<' not supported between instances of 'int' and 'str'
INF INF INF 7 0