Problem rabbiteatrabbit
User ThePwo
Submission Time 2022-12-25 12:13:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbiteatrabbit.cpp: In function ‘int32_t main()’:
rabbiteatrabbit.cpp:15:42: error: ‘dp’ was not declared in this scope; did you mean ‘dp1’?
15 | else if (i == 2) dp1[i][j][0] = a[0], dp[i][j][1] = a[0];
| ^~
| dp1