摘要: Segment Tree(TYVJ P1038)没有更新的区间最值查询,够小(简单)了吧 1 #include 2 #include 3 using namespace std; 4 #define MAXM 100000 5 #define lson l , m , rt> 1;24 build(lson);25 build(rson);26 pushup(rt);27 }28 29 30 int query(int L,int R,int l,int r,int rt)31 {32 if(L> 1;34 int ret = 2e9;35 if... 阅读全文
posted @ 2014-03-12 15:36 Cshhr 阅读(309) 评论(0) 推荐(0) 编辑