摘要: 用Bitset好,输出搞反一次#include#include#include#include#includeusing namespace std;const int SZ=1024;int n,m,cnt;bitset bs[SZ];inline void ins(bitset x){ f... 阅读全文
posted @ 2016-01-06 13:42 海豚爸爸 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 只有0-1的高斯消元法,还是挺简单的#include#include#include#includeusing namespace std;typedef long long LL;int n,ans;pair a[1001];LL s[64];inline bool ins(LL x){ f... 阅读全文
posted @ 2016-01-06 10:42 海豚爸爸 阅读(308) 评论(0) 推荐(0) 编辑