首页 > 求和
头像 pdd内推哈哈哈
发表于 2020-01-29 00:31:47
求和 #include<bits/stdc++.h> using namespace std; typedef long long ll; ll mod; const int N=1e6+6; bool vis[N]; ll prime[N],phi[N],tot; ll 展开全文