Problem | binomial |
---|---|
User | jeongwonho64 |
Submission Time | 2023-05-16 20:03:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binomial.cpp: In function ‘int nck(int, int)’:
binomial.cpp:123:12: error: ‘modDividie’ was not declared in this scope; did you mean ‘modDivide’?
123 | result = modDividie(result, i,1000000007);
| ^~~~~~~~~~
| modDivide