Problem rabbiteatrabbit
User TheInvadr
Submission Time 2025-01-10 23:21:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbiteatrabbit.cpp: In function ‘int main()’:
rabbiteatrabbit.cpp:26:28: error: ‘mx’ was not declared in this scope
26 | for(int j = k;j>=0;j--)mx=max(mx,dp[n][k]);
| ^~
rabbiteatrabbit.cpp:39:28: error: ‘mx’ was not declared in this scope
39 | for(int j = k;j>=0;j--)mx=max(mx,dp[n][k]);
| ^~
rabbiteatrabbit.cpp:40:11: error: ‘mx’ was not declared in this scope
40 | cout<<mx;
| ^~