Problem | coincombinations |
---|---|
User | lHog |
Submission Time | 2024-04-13 10:41:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘long long int count(long long int*, long long int, long long int)’:
coincombinations.cpp:10:33: error: lvalue required as left operand of assignment
10 | dp[j]%13371337 += dp[j-a[i]]%13371337;
| ^~~~~~~~