0_0_25615209_3623.cpp: In function 'll calc(double, int, ll)':
0_0_25615209_3623.cpp:39:29: error: invalid operands of types 'double' and 'll {aka long long int}' to binary 'operator%'
if(B & 1) res = res * A % MOD;
^
0_0_25615209_3623.cpp:40:15: error: invalid operands of types 'double' and 'll {aka long long int}' to binary 'operator%'
A = A * A % MOD;
^
|