会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
Miserable
lZm
管理
2022年9月18日
ABC269
摘要: D Content 给你若干个点和相邻点的定义,问你图中有几个连通块。 Sol 连通用并查集维护,就是这里的相邻有点怪。 Code #include using namespace std; const int _=1005; int n; int a[_],b[_]; int ff[_]; int
阅读全文
posted @ 2022-09-18 10:59 Quick_Kk
阅读(72)
评论(0)
推荐(0)
编辑
公告