정답 개수:
72
틀린 개수:
0
실행 실패 개수:
28
3 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for i in range(k+1): dp[0][i] = 1 ~~~~~^^^ IndexError: list assignment index out of range
56
4 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for i in range(k+1): dp[0][i] = 1 ~~~~~^^^ IndexError: list assignment index out of range
495
2 50
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for i in range(k+1): dp[0][i] = 1 ~~~~~^^^ IndexError: list assignment index out of range
1275