0_0_26559513_16976.cpp: In function 'int main()':
0_0_26559513_16976.cpp:54:59: error: invalid operands of types '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' and 'const long long int' to binary 'operator%'
if(c % 2 == 0) ans = ans * pow(prime[i], c) % MOD;
^
0_0_26559513_16976.cpp:55:53: error: invalid operands of types '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' and 'const long long int' to binary 'operator%'
else ans = ans * pow(prime[i], c - 1) % MOD;
^
|