Problem | coincombinations |
---|---|
User | Ush |
Submission Time | 2023-11-16 14:25:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:18:5: error: ‘dp’ was not declared in this scope
18 | dp[0] = 1;
| ^~