摘要: 点击查看代码 #include <iostream> #include <algorithm> using namespace std; const int N = 1005, M = 10005; struct Edge { int u, v, w; bool operator<(const Ed 阅读全文
posted @ 2026-03-20 21:01 AnoSky 阅读(5) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1010,M=1000*500+50; int n,m; int x[N],y[N]; struct Edge{ int a,b; double w; bool opera 阅读全文
posted @ 2026-03-20 20:51 AnoSky 阅读(4) 评论(0) 推荐(0)
摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=310,M=8010; int n,m; struct Edge{ int a,b,w; bool operator<(const Edge& W) const{ retu 阅读全文
posted @ 2026-03-20 20:08 AnoSky 阅读(2) 评论(0) 推荐(0)