정답 개수:
95
틀린 개수:
1
실행 실패 개수:
4
3
2
-1
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if dp[i-coin] < 100001: ~~^^^^^^^^ IndexError: list index out of range
-1
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> if dp[i-coin] < 100001: ~~^^^^^^^^ IndexError: list index out of range
1