摘要:
D. Unusual Sequences 隔板法 + 容斥原理 1 //容斥(莫比乌斯反演) 2 #include <bits/stdc++.h> 3 using namespace std; 4 #define LL long long 5 const int mod = 1e9+7; 6 LL 阅读全文
posted @ 2018-01-20 21:25
yijiull
阅读(178)
评论(0)
推荐(0)
摘要:
Tour HDU - 3488 可以用费用流做 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int inf = 0x3f3f3f3f; 4 const int maxv = 410; 5 const int maxe = max 阅读全文
posted @ 2018-01-20 09:25
yijiull
阅读(183)
评论(0)
推荐(0)

浙公网安备 33010602011771号