Problem exponentiate
User christal
Submission Time 2023-12-20 14:56:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function β€˜int main()’:
exponentiate.cpp:6:24: error: a function-definition is not allowed here before β€˜{’ token
6 | int expo(int a, int b){
| ^