| Problem | exponentiate |
|---|---|
| User | AwkUngenially |
| Submission Time | 2025-04-02 08:13:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:10:7: error: ‘pow’ was not declared in this scope
10 | x = pow(x, y);
| ^~~