Problem selfdefence
User PlayVoltz
Submission Time 2024-06-27 12:39:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

selfdefence.cpp: In function ‘int32_t main()’:
selfdefence.cpp:72:38: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
72 | dp[i][j][1]=(dp[i][j][1]+dp[l][j-temp][0])%MOD;
| ^~~~
| mktemp