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