Problem exponentiate
User christal
Submission Time 2023-12-20 15:20:43
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:11: error: expected primary-expression before ‘return’
13 | int c=return exponential%MOD;
| ^~~~~~