Problem binomial
User jeongwonho64
Submission Time 2023-05-16 19:47:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binomial.cpp:88:1: error: ‘int128_t’ does not name a type; did you mean ‘int32_t’?
88 | int128_t nck(int128_t n, int128_t k) {
| ^~~~~~~~
| int32_t
binomial.cpp: In function ‘int32_t main()’:
binomial.cpp:103:18: error: ‘int128_t’ was not declared in this scope; did you mean ‘int32_t’?
103 | cout << nck((int128_t(n), int128_t(k))%1000000007<< endl;
| ^~~~~~~~
| int32_t