摘要: 二话不说,直接上代码!(懒) #include<stdio.h> #include<algorithm> using namespace std; #define Maxx 1000000 struct Tree{ int l,r,sum; }t[4*Maxx];//开四倍空间,防爆 int a[M 阅读全文
posted @ 2020-04-26 20:34 Canana 阅读(136) 评论(0) 推荐(0)