Problem | exponentiate |
---|---|
User | mew1323 |
Submission Time | 2025-09-20 20:44:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘long long int qexp(long long int, long long int)’:
exponentiate.cpp:6:32: error: ‘M’ was not declared in this scope
6 | result = (result * result) % M;
| ^