정답 개수:
2
틀린 개수:
0
실행 실패 개수:
28
10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> dp[i]=min(dp[i//2]+1, dp[i-1]+1) ~~^^^ IndexError: list assignment index out of range
3
16
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> dp[i]=min(dp[i//2]+1, dp[i-1]+1) ~~^^^ IndexError: list assignment index out of range
4
17
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 9, in <module> dp[i]=min(dp[i//2]+1, dp[i-1]+1) ~~^^^ IndexError: list assignment index out of range
5