정답 개수:
0
틀린 개수:
1
실행 실패 개수:
9
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 314
0
314
2 621 386
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> print(max(dp[0][n], dp[1][n])) IndexError: list index out of range
1007
3 318 27 282
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> print(max(dp[0][n], dp[1][n])) IndexError: list index out of range
600
3 344 438 59
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> print(max(dp[0][n], dp[1][n])) IndexError: list index out of range
497