摘要: 最大的位或 HDU - 5969 中文题~ 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define LL long long 4 int main(){ 5 LL a, b; 6 int t; 7 //freopen("in.txt", 阅读全文
posted @ 2017-10-21 20:50 yijiull 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 题目链接:here Convex HDU - 5979 可能是最水的一道题了,用了很麻烦的做法..... Find Small A HDU - 5980 签到题 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define LL long l 阅读全文
posted @ 2017-10-21 18:53 yijiull 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(204) 评论(0) 推荐(0) 编辑