정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 1 2 2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> if not cost[i].isdigit() : ^^^^^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'isdigit'
1 0
4 1 1 1 3 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> if not cost[i].isdigit() : ^^^^^^^^^^^^^^^ AttributeError: 'int' object has no attribute 'isdigit'
0 INF 7 INF
6 1 6 4 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 39, in <module> if not cost[i].isdigit() : ^^^^^^^^^^^^^^^ AttributeError: 'float' object has no attribute 'isdigit'
INF INF INF INF INF 0