摘要:
HDU 1698 ( 延迟标记,区间更新(赋值)求和 ) Just a Hook题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=1698////////////////////////////////////注意 : lazy思想的简单应用,所谓的laz 阅读全文
posted @ 2017-10-21 00:36
0一叶0知秋0
阅读(349)
评论(0)
推荐(0)
摘要:
/* 单点更新,区间查询最值 *//* 注意线段树的大小要比需要使用线段树的数据的个数 大3到4倍 */ #include #include #include #include using namespace std ; #define maxn 4000001 struct node { int le , ri ; int num ; }; node tree... 阅读全文
posted @ 2017-10-21 00:35
0一叶0知秋0
阅读(168)
评论(0)
推荐(0)

浙公网安备 33010602011771号