会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zeroy's Blog
新博客:https://zryabc.xyz(已死)
首页
新随笔
管理
随笔分类 -
OJ:POJ
POJ1741 Tree(点分治)
摘要:题目 给一棵边带权树,问两点之间 include include include define M 10005 define clr(x,y) memset(x,y,sizeof(x)) using namespace std; int n,K,h[M],tot; struct edge{ int
阅读全文
posted @
2019-02-15 21:23
zeroy0410
阅读(108)
评论(0)
推荐(0)