摘要:
传送门 一道最大密度子图的模板题 一道卡精度的神题 二分精度不能太大,网络流精度不能太小 (: //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #i 阅读全文
摘要:
传送门 阅读全文
摘要:
没有传送门,左转wsoj 给定N, M,求1<=x<=N, 1<=y<=M且gcd(x, y)为质数的(x, y)的对数 莫比乌斯反演。暴力算G的前缀和即可。 阅读全文
该文被密码保护。 阅读全文
摘要:
传送门 阅读全文
摘要:
传送门 一道不知道被拿出来讲了多少遍的杜教筛模板题 阅读全文
摘要:
传送门 杜教筛的简单题。 莫比乌斯反演一下,然后杜教筛。 阅读全文
摘要:
传送门 拉格朗日插值的模板。 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<vector> #include<cstdio> #include<queue> #i 阅读全文