
线性基
文章平均质量分 59
running_in_dark
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
bzoj2115( maxize xor)
how amazing the problem is! #include #include #include #include #include #include using namespace std; typedef long long ll; const int N=100005; int n,m; int head[N],tot; struct aa原创 2017-03-01 11:22:28 · 292 阅读 · 0 评论 -
bzoj2460(xor线性基)
拟阵证明,线性基性质,线性基中任意子集异或和不为0,所以从大到小加入就好 /************************************************************** Problem: 2460 User: zhhx Language: C++ Result: Accepted Time:24 m原创 2017-02-27 15:51:36 · 945 阅读 · 0 评论