정답 개수:
33
틀린 개수:
0
실행 실패 개수:
67
2 3 2 2 1 3 2 1 4 2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> if costs[curr_v] != 'INF' or cost >= costs[curr_v]: TypeError: '>=' not supported between instances of 'int' and 'str'
1 0
9 2 9 9 7 7 9 7 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> if costs[curr_v] != 'INF' or cost >= costs[curr_v]: TypeError: '>=' not supported between instances of 'int' and 'str'
INF INF INF INF INF INF 5 INF 0
6 3 6 1 6 2 1 5 1 6 1 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 31, in <module> if costs[curr_v] != 'INF' or cost >= costs[curr_v]: TypeError: '>=' not supported between instances of 'int' and 'str'
4 INF INF INF 5 0