Problem rabbiteatrabbit
User itsLQ
Submission Time 2023-12-17 21:44:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbiteatrabbit.cpp: In function ‘int main()’:
rabbiteatrabbit.cpp:51:48: error: expected ‘]’ before ‘;’ token
51 | dp[j][curr] = A[(j ? j : N) - 1;
| ^
| ]