会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lifehappy
一个更好的你正在未来向你招手
博客园
首页
新随笔
联系
订阅
管理
2020年2月20日
并查集板子加例题
摘要: //http://poj.org/problem?id=1611 #include<bits/stdc++.h> using namespace std; const int maxn = 30010; int f[maxn],num[maxn],n,m; int find(int x) { ret
阅读全文
posted @ 2020-02-20 16:40 lifehappy
阅读(217)
评论(0)
推荐(0)
公告