摘要: (待补充 #include<bits/stdc++.h> using namespace std; const int N=500010; struct node { int l,r; int val; } t[4*N]; //4倍空间 int a[N];//存数 int n,p,q; long l 阅读全文
posted @ 2021-11-16 20:07 Hi_Kou 阅读(44) 评论(0) 推荐(0)