hdu1754i专题

hdu1754I Hate It(线段树)

题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1754 好久没做线段树的题了,先来一道简单的练手,就是端点更新,区间最大值。。看了大神的代码,风格法很飘逸~ #include<stdio.h>#include<string.h>#include<iostream>#include<algorithm>#define MAXN 22