0_0_17946050_1300.cpp: In function 'LL cfun(LL, LL)':
0_0_17946050_1300.cpp:4: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_17946050_1300.cpp:43:44: note: in expansion of macro 'Mod'
return fac[n]*pow(fac[m]*fac[n-m],Mod-2)%Mod;
^
|