摘要: ```c++ include using namespace std; define fi first define se second define mp make_pair define pb push_back define rep(i, a, b) for(int i=(a); i pii; 阅读全文
posted @ 2018-03-18 23:10 yuanyuan-97 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 位运算与集合 枚举子集 统计子集的答案 SPOJ TLE CF 383E c++ rep(i,0,n) { rep(j,0,(1 i&1) { upd(s[j], s[j^(1 i&1)) { upd(s[j], s[j|(1 阅读全文
posted @ 2018-03-18 18:43 yuanyuan-97 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 莫比乌斯反演学习笔记 http://blog.csdn.net/litble/article/details/72804050 hdu1695 阅读全文
posted @ 2018-03-18 14:43 yuanyuan-97 阅读(147) 评论(0) 推荐(0) 编辑