会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zcy05331's blog
A blog of zcy05331
首页
新随笔
联系
订阅
管理
2019年1月24日
点分治模板
摘要: #include <bits/stdc++.h> const int MaxN = 100010; const int lim = 10000010; struct edge { int to, next, dis; }; edge e[MaxN << 1]; int query[1010], su
阅读全文
posted @ 2019-01-24 15:29 little_sun0331
阅读(161)
评论(1)
推荐(0)
公告