Problem | exponentiate_ex |
---|---|
User | ETkilobyte |
Submission Time | 2024-06-28 22:34:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp: In function ‘int main()’:
exponentiate_ex.cpp:12:16: error: ‘m’ was not declared in this scope
12 | y=pow(a,b,m);
| ^