Problem exponentiate
User trzaeta
Submission Time 2025-06-18 17:38:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘const long long int power(int, int)’:
exponentiate.cpp:4:15: error: ‘fast_expo’ was not declared in this scope
4 | int tmp = fast_expo(a,p/2);
| ^~~~~~~~~