Problem | exponentiate |
---|---|
User | StormyGood |
Submission Time | 2024-01-25 17:32:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:3: error: ‘result’ was not declared in this scope
12 | result = pow(b, c);
| ^~~~~~