pkwv 's Blog
Toggle navigation
pkwv 's Blog
主页
About Me
归档
标签
标签 - 持久化线段树
线段集合的区间查询
SegmentTree
PersistentSegmentTree
线段树
持久化线段树
2018-11-25 22:43:23
223
0
0
## 题目描述 题目名称: Katya and Segments Sets 题目链接:https://codeforces.com/contest/1080/problem/F 官方题解:https://codeforces.com/blog/entry/63436 有$n$个线段的集合,有$m$次查询,总共有$k$个线段; 线段表示成$l, r, p$,其中$l, r$表示线段的左右端点,
查看