0_0_27927707_10691.cpp: In function 'll qpow(ll, ll, ll)':
0_0_27927707_10691.cpp:21:31: error: 'mul' was not declared in this scope
if(b&1) ans=mul(a,b,p);//¿ìËÙ³Ë
^
0_0_27927707_10691.cpp:22:20: error: 'mul' was not declared in this scope
t=mul(t,t,p);
^
|