| Problem | exponentiate |
|---|---|
| User | jaylchicken |
| Submission Time | 2024-09-21 19:59:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:42: error: ‘pow’ was not declared in this scope
12 | int intResult = static_cast<int>(pow(A,B));
| ^~~