随笔分类 -  *字符串---Shift-And

摘要:Regular Number HDU - 5972 题意: 用到了bitset和Shift-And匹配算法 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int maxn = 5e6+10; 4 bitset<1010> B[11 阅读全文
posted @ 2017-10-21 17:22 yijiull 阅读(218) 评论(0) 推荐(0)