
最短路
文章平均质量分 84
Kirigaya__Kazuto
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Subway
Subway Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 9942 Accepted: 3235 Description You have just moved from a quiet Waterloo neighbourhood to a big, no原创 2017-06-05 21:13:56 · 408 阅读 · 0 评论 -
B - Flowery Trails UVALive - 6885 spfa
题意:求最短路上的边权之和并*2 题解:枚举边 天哪,赛时我怎么没想出来,气死了 #include #include #include #include #include #include #include using namespace std; typedef long long LL; const int INF = 0x3f3f3f3f; const int max_m原创 2017-08-11 20:09:05 · 267 阅读 · 0 评论