首页 > brz的函数
头像 lifehappy
发表于 2020-11-10 00:02:20
brz的函数 /* Author : lifehappy */ #include <bits/stdc++.h> using namespace std; const int N = 5e4 + 10; int prime[N], mu[N], ans[N], cnt, n 展开全文
头像 Deep_Dark_FAntasy♂
发表于 2020-11-08 20:41:52
推公式题。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 5e4+7; ll ans[maxn], mu_fac_sum[maxn]; bool vis[maxn] 展开全文
头像 chsyao
发表于 2020-11-06 22:41:34
代码: #include <algorithm> #include <cstdio> using namespace std ; typedef long long LL ; const int N=1e5+10 ; int prm[N] , chk[N] , mu[N 展开全文

等你来战

查看全部