ACM->最短路
Fate_O
Lets go
展开
-
hdu1874畅通工程续
畅通工程续 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 20604 Accepted Submission(s): 7151 Problem Description 某省自从实行了很多年的畅通工程计划后,终于修建原创 2013-08-15 09:37:36 · 489 阅读 · 0 评论 -
Aizu 2249 Road Construction
Time Limit:8000MS Memory Limit:65536KB 64bit IO Format:%lld & %llu Submit Status Practice Aizu 2249 Description King Mercer is the king of ACM kingdom. There are one capital a原创 2013-09-13 16:02:34 · 1028 阅读 · 0 评论 -
floyd + path
int floyd(int s, int e, int n) { for (int i = 1; i { for (int j = 1; j { if (map[i][j] { path[i][j] = j; }原创 2013-10-12 10:01:00 · 634 阅读 · 0 评论 -
最短路->hdu 3631 Shortest Path
Shortest Path Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 3631 Description When YY was a boy and LMY was a girl, they trained原创 2013-10-12 18:16:58 · 565 阅读 · 0 评论 -
ACM->dijkstra + heap + stl 一个人的旅行 hdu 2066
一个人的旅行 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 15164 Accepted Submission(s): 5155 Problem Description 虽然草儿是个路痴(就是在杭电待了一年原创 2013-11-06 18:03:36 · 688 阅读 · 0 评论