Problem | exponentiate |
---|---|
User | Robotzfive |
Submission Time | 2023-04-25 10:26:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:34: error: ‘pow’ was not declared in this scope
11 | cout << static_cast<int>(pow(a, b)) % m << endl;
| ^~~