Problem rabbiteatrabbit
User dumgod
Submission Time 2025-01-30 13:49:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbiteatrabbit.cpp: In function ‘int main()’:
rabbiteatrabbit.cpp:27:30: error: ‘ll0’ was not declared in this scope
27 | dp[k][i]=max(ll0,dp[k][i+1]);
| ^~~
rabbiteatrabbit.cpp:55:30: error: ‘ll0’ was not declared in this scope
55 | dp[k][i]=max(ll0,dp[k][i+1]);
| ^~~