摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1142这道题是spfa求最短路,然后dfs()求路径数。 1 #include 2 #include 3 #include 4 #include 5 #define maxn 1001 6 us... 阅读全文
posted @ 2014-04-24 20:32 null1019 阅读(134) 评论(0) 推荐(0)