Problem exponentiate
User haydendoo
Submission Time 2023-01-19 09:22:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘long long int exp(long long int, long long int, long long int)’:
exponentiate.cpp:17:22: error: ‘qexp’ was not declared in this scope; did you mean ‘exp’?
17 | long long half = qexp(A, B/2, M); //Note that B/2 is rounded down, this will be compensated later
| ^~~~
| exp