a^b%c 的三种形式 求a^b%c,(1 <= a,b <= 2^62, 1 <= c <= 10^9) 最主要的高速幂 _LL mod_exp(_LL a, _LL b, int c) … Continue reading a^b%c 的三种形式