정답 개수:
99
틀린 개수:
0
실행 실패 개수:
1
2 1 10 20 2 10 20 20 30
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> res=min_sticker(a, sticker) File "Main.py", line 9, in min_sticker dp[0][1] = st[0][1]+dp[1][0] ~~~~~^^^ IndexError: list index out of range
20 40