摘要:
区间更新lazy操作一发。#include#include#include#includeusing namespace std;/*DOTA中屠夫的钩子有N个链子组成,每个链子可有金,银,铜,三种材质做成,铜链价值1,银价值2,金价值3,先对钩子进行Q次的更新操作,求出更新完后钩... 阅读全文
摘要:
求区间最值…(基础,继续) code………..#include#include#include#includeusing namespace std;const int N=50007;struct st{ int left,right; int mina; in... 阅读全文
摘要:
单点更新+区间求和 不多说,直接上渣code………#include#include#include#includeusing namespace std;const int N=50007;struct st{ int left,right; int w;};st q[... 阅读全文