Problem exponentiate
User Kannan
Submission Time 2023-12-20 14:46:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:12: error: ‘expo’ was not declared in this scope; did you mean ‘exp’?
11 | exp[i] = expo(x,y) % z;
| ^~~~
| exp