摘要: 要求每个节点的答案,启发式合并没跑了,但是注意不要每次都遍历set 只需要计算贡献即可,因为插入的只有头部尾部和中间三种情况 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int 阅读全文
posted @ 2020-12-01 18:50 朝暮不思 阅读(91) 评论(0) 推荐(0) 编辑