정답 개수:
36
틀린 개수:
0
실행 실패 개수:
64
10 9536 8900 69355 739 1175 71836 94969 69412 34623 32150 52774
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> dp[i][j] = min(dp[i-1][j], dp[i][j-(c-coin[i-1])]) IndexError: list index out of range
-1
10 3791 36772 27975 16146 63804 70447 10219 49825 68388 3533 74347
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> dp[i][j] = min(dp[i-1][j], dp[i][j-(c-coin[i-1])]) IndexError: list index out of range
-1
13 7244 72085 73691 98761 15066 60409 23276 17750 24213 74415 66168 8679 2441 34743
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 16, in <module> dp[i][j] = min(dp[i-1][j], dp[i][j-(c-coin[i-1])]) IndexError: list index out of range
-1