const int maxn=28;struct Edge{ int u,v,w; bool operator <(const Edge &rhs) const{ return w
本文共 156 字,大约阅读时间需要 1 分钟。
const int maxn=28;struct Edge{ int u,v,w; bool operator <(const Edge &rhs) const{ return w
转载于:https://www.cnblogs.com/IKnowYou0/p/6657445.html