Problem exponentiate
User PlayVoltz
Submission Time 2023-03-18 10:07:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:22:11: error: ‘binpow’ was not declared in this scope
22 | ll ans =binpow(a,b,m);
| ^~~~~~