Problem exponentiate
User christal
Submission Time 2023-12-20 15:15:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:19: error: ‘expo’ was not declared in this scope; did you mean ‘expl’?
11 | int exponential=expo(a, b);
| ^~~~
| expl
exponentiate.cpp:13:5: error: ‘c’ was not declared in this scope
13 | c=return exponential%MOD;
| ^
exponentiate.cpp:13:7: error: expected primary-expression before ‘return’
13 | c=return exponential%MOD;
| ^~~~~~