摘要:
题意:求a^b mod 9901 (0 #include using namespace std; #define MAXN 7100 int prim[MAXN],pcnt; bool is_prim[MAXN]; void prepare(){ __int64 i,j; pcnt=0; memset(is_prim,true,sizeof(is_prim)); ... 阅读全文
posted @ 2008-12-03 00:07
Beetlebum
阅读(458)
评论(0)
推荐(0)


浙公网安备 33010602011771号