摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1599floyd找最小环。 1 #include 2 #include 3 #include 4 #define maxn 200 5 using namespace std; 6 const int inf... 阅读全文
posted @ 2014-05-04 19:55 null1019 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1598 1 #include 2 #include 3 #include 4 #define maxn 2000 5 using namespace std; 6 const int inf=1<<30; 7... 阅读全文
posted @ 2014-05-04 19:19 null1019 阅读(102) 评论(0) 推荐(0) 编辑