Problem coincombinations
User boaznumberd5555
Submission Time 2024-11-08 15:23:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

coincombinations.cpp:3:10: error: expected ‘]’ before ‘,’ token
3 | int dp[51,20005];
| ^
| ]
coincombinations.cpp:3:11: error: expected unqualified-id before numeric constant
3 | int dp[51,20005];
| ^~~~~
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:13:12: error: ‘dp’ was not declared in this scope
13 | memset(dp, 0, sizeof(dp[0][0])*51*20005);
| ^~