Problem | rabbiteatrabbit |
---|---|
User | TheInvadr |
Submission Time | 2025-01-10 23:21:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rabbiteatrabbit.cpp: In function ‘int main()’:
rabbiteatrabbit.cpp:26:5: error: ‘l’ was not declared in this scope
26 | l
| ^
rabbiteatrabbit.cpp:27:19: error: ‘j’ was not declared in this scope
27 | for(int j = k;j>=0;j--)mx=max(mx,dp[n][k]);
| ^
rabbiteatrabbit.cpp:40:28: error: ‘mx’ was not declared in this scope
40 | for(int j = k;j>=0;j--)mx=max(mx,dp[n][k]);
| ^~
rabbiteatrabbit.cpp:41:11: error: ‘mx’ was not declared in this scope
41 | cout<<mx;
| ^~