摘要: 1 #include 2 #include 3 #define MN 300000 4 using namespace std; 5 int n,m,w[MN],cnt,h[MN],q[MN]; 6 int s[MN],t[MN],fa[MN],dis[MN],a[MN]; 7 bool vis[MN]; 8 struct edge{int to,next;}e[MN*8]; ... 阅读全文
posted @ 2017-09-26 14:57 Beginner_llg 阅读(158) 评论(0) 推荐(0) 编辑