摘要:
线筛各种函数 元函数 恒等函数 单位函数 莫比乌斯函数 欧拉函数 因子个数函数 因子和函数 #include<bits/stdc++.h> #define ll long long using namespace std; const int maxn=1e6+10; int e[maxn]; in 阅读全文
摘要:
#include #define ll long long using namespace std; const int maxn=1e7+10; int vis[maxn]; int mu[maxn]; int prime[maxn]; int tot=0; int sum1[maxn]; int sum2[maxn]; void get_mu() { mu[1]=1; vis[1]=... 阅读全文
摘要:
#include #define ll long long using namespace std; const int maxn=1e7+10; int vis[maxn]; int mu[maxn]; int prime[maxn]; int tot=0; int sum1[maxn]; int sum2[maxn]; void get_mu() { mu[1]=1; vis[1]=... 阅读全文