Problem | coincombinations |
---|---|
User | Halud |
Submission Time | 2025-02-03 00:03:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function ‘int main()’:
coincombinations.cpp:12:22: error: expected ‘;’ before ‘dp’
12 | coins.resize(n + 1)
| ^
| ;
13 | dp[0][0] = 1;
| ~~