pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …
点击查看代码
#include<bits/stdc++.h>
using namespace std;typedef pair<int,int> PII;
const int N=1e6+10,M=4e6+10;
int h[N],idx,e[M],ne[M];
int n,m;
int cnt[N];
int dist[N];
bool st[N];void a…