Problem exponentiate
User Jaryl
Submission Time 2025-09-20 20:45:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘long long int qexp(int, int, int)’:
exponentiate.cpp:8:25: error: too few arguments to function ‘long long int qexp(int, int, int)’
8 | int thing = qexp(B,E/2);
| ^
exponentiate.cpp:4:11: note: declared here
4 | long long qexp(int B, int E, int M){
| ^~~~