会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hu.Mx
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
并查集
并查集
摘要:#define _CRT_SECURE_NO_DEPRECATE #include #include #include #include #include using namespace std; #define maxn 10005 struct node { int x, y, w; }e[maxn]; int n, m; int pre[1000]; int find(int x)...
阅读全文
posted @
2017-03-16 20:15
web之路
阅读(119)
评论(0)
推荐(0)
公告