摘要: #include <string.h> #include <stdio.h> #include using namespace std; #define ll long long const int maxx=1e5; ll n,t,q,tree1[2maxx],tree2[2maxx],a[max 阅读全文
posted @ 2020-10-03 10:54 索饮 阅读(162) 评论(0) 推荐(0)
摘要: #include <string.h> #include <stdio.h> #include #include using namespace std; int n,m,a[11000],c[11000]; //差分建树,区间更新 int lowbit(int x) { return x&-x; 阅读全文
posted @ 2020-10-03 08:41 索饮 阅读(84) 评论(0) 推荐(0)