Problem exponentiate
User idk
Submission Time 2023-02-07 23:34:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int expo()’:
exponentiate.cpp:9:5: error: ‘AB’ was not declared in this scope; did you mean ‘B’?
9 | AB = pow(A, B);
| ^~
| B