随笔分类 -  生成树

摘要:裸prim //P1265 公路修建 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int inf=987654321; struct cc{ ll x,y; }a[5005]; bool v[500 阅读全文
posted @ 2019-11-08 09:20 DUO_JIaMInG 阅读(197) 评论(0) 推荐(0)