//线段树中不是懒方法建立,修改(某个数据),查询区间和(sum)与最大值(max) #include<cstdio> #include<iostream> using namespace std; const int MAXN=1000; struct&nb
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号