Problem exponentiate
User mew1323
Submission Time 2025-09-20 20:46:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:18:24: error: ‘M’ was not declared in this scope
18 | res = ((qexp(B,E,M)) % mod);
| ^