Problem | exponentiate |
---|---|
User | Kannan |
Submission Time | 2023-12-20 14:46:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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