정답 개수:
99
틀린 개수:
0
실행 실패 개수:
1
2 1 10 20 2 10 20 20 30
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> solution() ~~~~~~~~^^ File "Main.py", line 11, in solution dp[1][0] = s[0][1]+s[1][0] # 1번째 0을 선택했을 때 최대 스티커 수 ~~~~^^^ IndexError: list index out of range
20 40