Problem | exponentiate |
---|---|
User | gordonlu |
Submission Time | 2023-11-05 18:09:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:15:20: error: ‘pow’ was not declared in this scope
15 | output.push_back(pow(A, B) % M);
| ^~~