网站首页
编程语言
数据库
系统相关
其他分享
编程问答
P2700
2025-01-18
【最大生成树】洛谷P2700 逐个击破
P2700逐个击破#include<iostream>#include<cstring>#include<algorithm>usingnamespacestd;typedeflonglongLL;constintN=2e5+10,M=N;intn,k;LLres,sum;boolst[N];intp[N];structEdge{ inta,b,w; booloperator