摘要:
#include#include#define LL __int64LL mult_mod(LL a,LL b,LL c){ a%=c; b%=c; LL ret=0; while(b) { if(b&1){ret+=a;ret%=c;} a=c)a%=c; b>>=1; } return ret;... 阅读全文
posted @ 2015-06-08 16:45
Milkor
阅读(258)
评论(0)
推荐(0)
摘要:
#include#include#include#define LL __int64using namespace std;LL mult_mod(LL a,LL b,LL c){ a%=c; b%=c; LL ret=0; while(b) { if(b&1){ret+=a;ret%=c;} a=... 阅读全文
posted @ 2015-06-08 15:34
Milkor
阅读(206)
评论(0)
推荐(0)

浙公网安备 33010602011771号