Problem | exponentiate |
---|---|
User | Joashhh |
Submission Time | 2023-06-22 16:32:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:23: error: ‘pow’ was not declared in this scope
11 | cout << (int)(pow(a, b)) % c << "\n";
| ^~~