정답 개수:
71
틀린 개수:
0
실행 실패 개수:
29
79 3 29 75 70 95 95 36
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[customer*idx] = min(dp[customer*idx],st) ~~^^^^^^^^^^^^^^ IndexError: list index out of range
58
763 3 25 32 25 31 18 48
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[customer*idx] = min(dp[customer*idx],st) ~~^^^^^^^^^^^^^^ IndexError: list index out of range
288
221 4 7 11 34 1 79 29 28 74
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[customer*idx] = min(dp[customer*idx],st) ~~^^^^^^^^^^^^^^ IndexError: list index out of range
84