摘要: 题目传送门 sol1:离线处理询问,对所有询问按高度排序,然后按高度顺序把每个点的坐标存入树状数组或线段树。 树状数组 #include "bits/stdc++.h" using namespace std; typedef pair<int, int> PII; const int MAXN = 阅读全文
posted @ 2019-07-03 21:03 Jathon-cnblogs 阅读(191) 评论(0) 推荐(0) 编辑