Problem | coincombinations |
---|---|
User | sporknives |
Submission Time | 2025-09-12 21:15:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘long long int dp(long long int, long long int)’:
coincombinations.cpp:13:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
13 | ans = dp(n-1, v);
| ^~~
| abs
coincombinations.cpp:18:16: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
18 | memo[n][v]=ans%mod;
| ^~~
| abs