摘要:
#include #include #include using namespace std; int n, m, c1, c2;//dis[i]从起点到i的最短路径,num[i]为长度,weight[i]为i城的救援小组人数,w[i]为到i城已经接到的救援人数,e[][]路径权重 int dis[500], num[500], weight[500], w[500], e[500][500]... 阅读全文
posted @ 2019-08-05 16:58
Stoves
阅读(118)
评论(0)
推荐(0)

浙公网安备 33010602011771号