0_0_21370491_20912.cpp: In function 'int main()':
0_0_21370491_20912.cpp:68:42: error: invalid operands of types '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' and 'const LL {aka const long long int}' to binary 'operator%'
if(j)res=res*pow(j/i,cnt[a]-cnt[b])%mod;
^
0_0_21370491_20912.cpp:69:35: error: invalid operands of types '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' and 'const LL {aka const long long int}' to binary 'operator%'
else res=res*pow(j/i,cnt[a])%mod;
^
|