摘要:
1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #include <cmath> 5 using namespace std; 6 struct edg 7 { 8 int x,y,w; 9 friend bool operator < (edg x,edg y) 10 { 11 return x.w > y.w; 阅读全文
posted @ 2019-09-14 17:00
IAT14
阅读(145)
评论(0)
推荐(0)

浙公网安备 33010602011771号