Problem binomial
User AlphanumericUsername
Submission Time 2023-08-12 16:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binomial.cpp: In function ‘int binomialCoeff(int, int)’:
binomial.cpp:12:32: error: expected ‘;’ before ‘)’ token
12 | res = ((i + 1)%mod)/res)%mod;
| ^
| ;