정답 개수:
29
틀린 개수:
0
실행 실패 개수:
71
11 4803 15331 29117 5298 64030 85281 92956 58180 74283 37033 82192 627
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, 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 6170 94742 70087 45383 31060 1245 72970 80262 828 34834 71524 94022 35026 50312
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> dp[i][j] = min(dp[i-1][j], dp[i][j-(c-coin[i-1])]) IndexError: list index out of range
-1
17 3701 62950 81525 63917 439 5592 28347 4295 18392 48816 38368 30980 34571 78650 74653 21397 53465 41529
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 21, in <module> dp[i][j] = min(dp[i-1][j], dp[i][j-(c-coin[i-1])]) IndexError: list index out of range
-1