莫比乌斯函数
摘要:
const int maxn=1000000+5; bool check[maxn]; int prime[maxn],mu[maxn]; void Moblus(int n){ memset(check,0,sizeof(check)); mu[1]=1; int tot=0; for(int i=2;in) break; check[i... 阅读全文
posted @ 2018-12-08 19:15 欣崽 阅读(227) 评论(0) 推荐(0)
浙公网安备 33010602011771号