#include#include #define MAX 105struct edge{ int from,to; long long cost;}lm[MAX*MAX];int N,M,father[MAX],i;bool cmp(edge a,edge b){ return a.cost
本文共 234 字,大约阅读时间需要 1 分钟。
#include#include #define MAX 105struct edge{ int from,to; long long cost;}lm[MAX*MAX];int N,M,father[MAX],i;bool cmp(edge a,edge b){ return a.cost
转载于:https://www.cnblogs.com/gfvod/p/5548310.html