HDU - 2204 Eddy's爱好 (容斥原理)

#include<bits/stdc++.h> using namespace std; typedef long long ll; ll prim[20] = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61}; int main() { ll n, i, j, k, ans; while(scanf("%lld", &n) !
相关文章
相关标签/搜索