Problem | exponentiate |
---|---|
User | huyleisme |
Submission Time | 2024-02-19 08:43:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:18: error: invalid operands of types ‘double’ and ‘double’ to binary ‘operator%’
12 | mod = pow(a,b) % m;
| ~~~~~~~~ ^ ~
| | |
| double double