区间翻转0-1+区间赋值0-1+区间求和的双标记动态开点线段树
nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial
转移自老blog
线段树
/* http://acm.cug.edu.cn/problem.php?cid=1176&pid=1 */
// 区间赋值为0/1,区间的值取反
//线段树动态开点
// 区间翻转0/1+区间赋值0/1+区间求和的双标记动态开点线段树.html
#define ml ((l+r)>>1)
#define mr...
more...