Problem exponentiate
User kahchun
Submission Time 2023-11-04 15:59:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:35:11: error: ‘fastExpo’ was not declared in this scope
35 | cout << fastExpo(A, B, M) << endl;
| ^~~~~~~~