0_0_23550571_31109.cpp: In function 'int main()':
0_0_23550571_31109.cpp:19:42: error: invalid operands of types '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' and 'int' to binary 'operator%'
printf ("%lld\n" , pow (a , b) % c);
^
|