摘要: 裸的线段树求区间的最大值。 1 #include 2 #include 3 using namespace std; 4 5 #define MAXN 262144 6 7 int _v[MAXN > 1;23 build(lso), build(rso);24 ... 阅读全文
posted @ 2014-06-03 21:42 e0e1e 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 裸的普通单点更新线段树,基本按照http://www.notonlysuccess.com/index.php/segment-tree-complete/1:1拍的。。。 1 #include 2 #include 3 using namespace std; 4 5 #define MAX... 阅读全文
posted @ 2014-06-03 20:48 e0e1e 阅读(200) 评论(0) 推荐(0) 编辑