CCPC-Wannafly & Comet OJ 夏季欢乐赛(2019)茶颜悦色
离散化 + 扫描线 + 用线段树维护, 核心是扫描线的思想
#include <bits/stdc++.h>
using namespace std;
const int N = 200005;
struct Line
{
int x1, x2, h, flag;
bool operator < (const Line &p) const{...
原创
2019-08-09 13:17:58 ·
150 阅读 ·
0 评论