摘要: 最短路径问题Problem Description给你n个点,m条无向边,每条边都有长度d和花费p,给你起点s终点t,要求输出起点到终点的最短距离及其花费,如果最短距离有多条路线,则输出花费最少的。Input输入n,m,点的编号是1~n,然后是m行,每行4个数 a,b,d,p,表示a和b之间有一条边... 阅读全文
posted @ 2014-07-28 23:55 SYTM 阅读(328) 评论(0) 推荐(0) 编辑
摘要: A Bug's LifeProblem DescriptionBackgroundProfessor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature t... 阅读全文
posted @ 2014-07-28 00:01 SYTM 阅读(210) 评论(0) 推荐(0) 编辑