Problem | coincombinations |
---|---|
User | personjs |
Submission Time | 2025-02-18 16:56:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:17:27: error: expected ‘)’ before ‘dp’
17 | dp[j] = (dp[j] dp[j - a[i]]) % MOD;
| ~ ^~~
| )