0_0_21378491_17317.cpp: In function 'int main()':
0_0_21378491_17317.cpp:8:13: error: invalid operands of types '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' and 'int' to binary 'operator%'
#define MOD 1000000007
^
0_0_21378491_17317.cpp:67:50: note: in expansion of macro 'MOD'
t =(t * pow(j/i,f[min(j+i-1,n)] - f[j-1])) % MOD;
^
|