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