Problem exponentiate
User Daddy
Submission Time 2023-11-20 15:13:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:17:13: error: ‘n’ was not declared in this scope
17 | x=pow(a,n);
| ^