摘要:
查询区间内部数字出现次数大于(r-l+1)/2的数字 阅读全文
摘要:
#include #include #include #include #include #define rep(i,j,k) for(int i=j;i=k;i--) #define LL long long using namespace std; const int maxx = 3e5+6; struct node{ int l,r; LL val; }tree[maxx>1; ... 阅读全文