会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
/* 返回顶部 */
𝐌ᴏɢᴇᴋᴏ ℂᴀ𝐬ᴛʟᴇ ^o^
AFO
首页
新随笔
联系
管理
2018年11月22日
Luogu P3366 【模板】最小生成树
摘要: qwq $kruskal$算法 按边权从小到大排序,并查集合并即可。 #include<cstdio> #include<algorithm> using namespace std; int fa[200005]; int n,m; struct abc { int from,to,w; } q[
阅读全文
posted @ 2018-11-22 16:50 Mogeko
阅读(144)
评论(0)
推荐(0)
编辑
公告