摘要: 复杂度n0.75/logn,实际上比n2/3的杜教筛要快一些。 1 //#include <bits/stdc++.h> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<iostream> 6 #incl 阅读全文
posted @ 2020-11-06 17:58 Lovaer 阅读(254) 评论(0) 推荐(0) 编辑