线段树之成段更新 成段更新就是在一个区域内进行操作,主要是要用lazy标记。 HDU – 1698 1 #include <iostream> 2 #include <stdio.h> … Continue reading 线段树之成段更新