莫比乌斯函数
文章平均质量分 67
stony_oi
oi弱鸡qaq
今天终于开博客啦
展开
-
bzoj2440【线性筛】
#include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for (;c'9';c=getchar()) f=c=='-'?1:0; for (;c>='0'&&c<原创 2016-12-10 15:45:45 · 234 阅读 · 0 评论 -
bzoj2301
#include #include #include #include #include using namespace std; #define LL long long LL read() { LL f=1,x=0; char ch=getchar(); for (;ch'9';ch=getchar()) f=ch=='-'?-1:1; for (;ch>原创 2016-12-10 16:10:41 · 223 阅读 · 0 评论 -
bzoj2154【莫比乌斯函数】【线性筛】
#include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for (;c'9';c=getchar()) f=c=='-'?1:0; for (;c>='0'&&c<原创 2016-12-09 11:28:34 · 240 阅读 · 0 评论 -
bzoj3529【线性筛】【莫比乌斯函数】【树状数组】
#include #include #include #include #include using namespace std; #define pii pair #define fi first #define se second typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for原创 2016-12-10 10:36:37 · 256 阅读 · 0 评论 -
bzoj2693
#include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for (;c'9';c=getchar()) f=c=='-'?1:0; for (;c原创 2016-12-17 10:25:58 · 479 阅读 · 0 评论 -
bzoj3994【莫比乌斯函数】
最关键的是这个恒等式 然后推式子就行了 #include #include #include #include #include using namespace std; typedef long long LL; inline int read() { int x=0;bool f=0;char c=getchar(); for (;c'9';c=getchar()) f=c==原创 2016-12-17 11:19:32 · 251 阅读 · 0 评论