정답 개수:
98
틀린 개수:
0
실행 실패 개수:
2
1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> dp[2] = 1 ~~^^^ IndexError: list assignment index out of range
0
2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> dp[3] = 1 ~~^^^ IndexError: list assignment index out of range
1