会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
King丨帝御威
——若撇不开终是苦,各自捺住即成名。
博客园
首页
新随笔
联系
订阅
管理
10 2018 档案
整理的各种模板 (随时弃坑emmmmm)
摘要:线段树: 并查集: cpp include include define X 10000+10 using namespace std; int fa[X]; int find(int x) { if(fa[x]!=x) return fa[x]=find(fa[x]); return x; } v
阅读全文
posted @
2018-10-15 11:41
King丨帝御威
阅读(304)
评论(7)
推荐(4)
公告
/*
*/