网站首页
编程语言
数据库
系统相关
其他分享
编程问答
P3313
2024-09-28
P3313 [SDOI2014] 旅行
题目思路为每个宗教维护一个线段数,查询时,树剖时在对应宗教上查询区间即可。使用动态开点线段树,每次最多新建\(\logn\)个节点,不会MLE。代码#include<bits/stdc++.h>#definerange1,100000usingnamespacestd;constintN=100010;structedge{intto,