Problem selfdefence
User PlayVoltz
Submission Time 2024-06-27 14:32:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

selfdefence.cpp: In function ‘int32_t main()’:
selfdefence.cpp:78:9: error: ‘dp’ was not declared in this scope; did you mean ‘mp’?
78 | cout<<(dp[n+1][k+1][0]+dp[n+1][k+1][1])%MOD;
| ^~
| mp