Problem | pascal |
---|---|
User | fastantic |
Submission Time | 2023-07-16 18:20:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘void solve()’:
pascal.cpp:183:13: error: ‘nCr’ was not declared in this scope; did you mean ‘nCk’?
183 | cout << nCr(r-1, c-1) << endl;
| ^~~
| nCk