Problem | exponentiate |
---|---|
User | PlayVoltz |
Submission Time | 2023-03-19 21:17:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘long long int exponentiate(long long int, long long int, long long int)’:
exponentiate.cpp:13:16: error: ‘m’ was not declared in this scope
13 | num=num*num%m;
| ^