Problem | binomial |
---|---|
User | usernamehere |
Submission Time | 2024-12-25 15:01:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binomial.cpp: In function ‘int main()’:
binomial.cpp:32:36: error: too few arguments to function ‘ll modInverse(ll, ll)’
32 | if (i<=k) ans*=modInverse(i);
| ^
binomial.cpp:14:4: note: declared here
14 | ll modInverse(ll a, ll m) {
| ^~~~~~~~~~