정답 개수:
2
틀린 개수:
0
실행 실패 개수:
28
3 3 3 5 2 1 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[i+t] = max[dp[i+t], dp[i] + p] TypeError: 'builtin_function_or_method' object is not subscriptable
9
3 3 5 3 9 4 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[i+t] = max[dp[i+t], dp[i] + p] TypeError: 'builtin_function_or_method' object is not subscriptable
5
3 2 3 2 3 5 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> dp[i+t] = max[dp[i+t], dp[i] + p] TypeError: 'builtin_function_or_method' object is not subscriptable
3