随笔分类 -  *数学---莫比乌斯反演

摘要:开心的小Q 51Nod - 1742 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define ll long long 4 const ll maxn = 1e5+10; 5 ll mu[maxn], pri[maxn]; 6 ll c 阅读全文
posted @ 2017-10-06 00:47 yijiull 阅读(144) 评论(0) 推荐(0)
摘要:function HDU - 5608 题意:典型的莫比乌斯反演就不用说了。。。 公式不会推,看的题解=_= 链接 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define ll long long 4 const ll mod = 1e 阅读全文
posted @ 2017-10-05 15:28 yijiull 阅读(200) 评论(0) 推荐(0)
摘要:学习 Visible Trees HDU - 2841 1 /************************************************************************* 2 > File Name: bb.cpp 3 > Author: yijiull 4 > 阅读全文
posted @ 2017-10-02 11:41 yijiull 阅读(129) 评论(0) 推荐(0)