会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jintg
博客园
首页
新随笔
联系
管理
订阅
02 2017 档案
poj3411
摘要:#include int m,n;//n个城市 m条道路 struct node{ int a,b,c,p,r; }; int visit[11]={0}; int min=100000; node point[11]; void dfs(int k,int cost) { if(cost>=min) { return; } if(poin...
阅读全文
posted @
2017-02-07 17:13
jintg
阅读(248)
评论(0)
推荐(0)
公告