Problem | exponentiate |
---|---|
User | hwy |
Submission Time | 2023-06-07 19:26:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘ll power(ll, ll)’:
exponentiate.cpp:11:14: error: ‘pow’ was not declared in this scope; did you mean ‘power’?
11 | ll ans = pow(A, B/2) % M;
| ^~~
| power