摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4737题目大意:给定一系列数,F(i,j)表示对从ai到aj连续求或运算,(i=m时所有的i=m时通过右移i来使F(i,j) 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int tmp[32],last; 8 long long A[100005]; 9 long long m,now; 10 int n; 11 void getin(long long x) 12 { 13 int... 阅读全文
posted @ 2013-09-14 21:59 飞火扑蛾 阅读(321) 评论(0) 推荐(0)