Problem exponentiate
User StormyGood
Submission Time 2024-01-25 17:32:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:3: error: ‘result’ was not declared in this scope
12 | result = pow(b, c);
| ^~~~~~