摘要:
```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; 阅读全文
摘要:
位运算与集合 枚举子集 统计子集的答案 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 阅读全文
摘要:
莫比乌斯反演学习笔记 http://blog.csdn.net/litble/article/details/72804050 hdu1695 阅读全文