随笔分类 -  估值线段树

摘要:#include #include #include #include #include #include # define maxn 1010 using namespace std; typedef long long LL; int n,m; struct node{ LL a,b,c; }g[maxn]; struct Tree{ LL a,mxb,mnb,c; }tr[... 阅读全文
posted @ 2017-09-24 19:34 Nawox 阅读(170) 评论(0) 推荐(0)