会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
追求挑战,超越自我
自信,自强,永不放弃
博客园
首页
新随笔
联系
订阅
管理
2014年4月8日
HDU 3631
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=3631只能走标记过的点,方法是标记哪个点就对哪个点做floyd#include #include #include using namespace std ;const int INF=0xfffffff ;int...
阅读全文
posted @ 2014-04-08 15:47 LegendaryAC
阅读(202)
评论(0)
推荐(0)
编辑
HDU 1198
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1198裸并查集,主要工作在根据题目给出关系构图#include #include #include using namespace std ;int idx[2505] ;int m,n ;char M[55][5...
阅读全文
posted @ 2014-04-08 15:44 LegendaryAC
阅读(124)
评论(0)
推荐(0)
编辑
公告