会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PlasticSpirit
——ACMer的成长之路
博客园
首页
新随笔
联系
管理
订阅
2015年10月20日
Codeforces Round #326 (Div. 1) - C. Duff in the Army 树上倍增算法
摘要: 题意:一个n个点的数, m个人住在其中的某些点上, 每个人的标号1-m, 询问u-v 路径上标号前a个人,并输出标号,a using namespace std;const int maxn = 1e5 + 5;const int maxdep = 20;int par[maxdep][maxn],...
阅读全文
posted @ 2015-10-20 22:51 PlasticSpirit
阅读(397)
评论(0)
推荐(0)
编辑
公告