分析 代码 #include<bits/stdc++.h> using namespace std; #define fi first #define se second #define pb push_back #define mp make_pair ; const int M = 2e5; int n,m,w,h,x[N],y[N],p[M],t[M],L[M],R[M],D[M],U[M]; int head[N],nxt[M],cnt,dis[N],vis[N]; multiset&…