Problem | exponentiate |
---|---|
User | kesleryak |
Submission Time | 2024-03-12 15:41:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:12:39: error: ‘pow’ was not declared in this scope
12 | c.push_back((static_cast<int>(pow(x, y)) % z));
| ^~~