Problem | exponentiate |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-10 08:57:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:10:11: error: ‘pow’ was not declared in this scope
10 | cout<<((pow(a,b))%m)<<"\n"
| ^~~