Trucking Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11419 Accepted Submission(s): 1101 Pro ...
分类:
其他好文 时间:
2018-08-06 21:45:44
阅读次数:
195
Problem Description
A certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to transport as much goods as possible each trip. Unfortunately, one cannot always use the roads in the shor...
分类:
编程语言 时间:
2015-04-05 09:16:13
阅读次数:
208
题意:在最大的高度下面求最短路,由于题目给出限高,所以我们只需要二分高度然后用SPFA
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define N 205
#define maxn 2005
const int INF = 999999...
分类:
其他好文 时间:
2015-03-08 23:00:44
阅读次数:
155
Problem DescriptionA certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to ...
分类:
其他好文 时间:
2014-08-21 17:03:24
阅读次数:
246