摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4747题意:有一组序列a[i](1 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 10 #define lz 2*u,l,mid 11 #define rz 2*u+1,mid+1,r 12 typedef long long lld; 13 const int maxn=222222; 14 int a[maxn], b[maxn],... 阅读全文
posted @ 2013-09-18 20:17 Mr. Ant 阅读(5199) 评论(0) 推荐(0) 编辑