【算法】最小生成树
#include#include using namespace std;const int maxn=310;struct cyc{ int from,to,pre,k;}e[100010];int fa[maxn],head[maxn],n,m,cnt,tot,maxs;bool cmp(cyc a,cyc b){ return a.k =n-1)break; } printf("%d %d",tot,maxs); return 0;}
本文共 379 字,大约阅读时间需要 1 分钟。
【算法】最小生成树
#include#include using namespace std;const int maxn=310;struct cyc{ int from,to,pre,k;}e[100010];int fa[maxn],head[maxn],n,m,cnt,tot,maxs;bool cmp(cyc a,cyc b){ return a.k =n-1)break; } printf("%d %d",tot,maxs); return 0;}
转载于:https://www.cnblogs.com/onioncyc/p/5766723.html