Problem exponentiate
User themadpotato
Submission Time 2023-02-24 16:29:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:21: error: invalid operands of types ‘double’ and ‘long long int’ to binary ‘operator%’
11 | cout << pow(a, b) % m;
| ~~~~~~~~~ ^ ~
| | |
| double long long int