0_0_18514286_29473.cpp: In function 'LL C(LL, LL)':
0_0_18514286_29473.cpp:7:13: error: invalid operands of types '__gnu_cxx::__promote_2<long long int, int, double, double>::__type {aka double}' and 'int' to binary 'operator%'
#define MOD 110119
^
0_0_18514286_29473.cpp:35:47: note: in expansion of macro 'MOD'
return fac[n]*pow(fac[m]*fac[n-m],MOD-2)%MOD;
^
|