bzoj 2763: [JLOI2011]飞行路线 分层图
摘要:
题目链接 n个点m条路, 每条路有权值, 给出起点和终点, 求一条路使得权值最小。可以使路过的路中, k条路的权值忽略。 其实就是多一维, 具体看代码 #include<bits/stdc++.h> using namespace std; #define pb(x) push_back(x) #d 阅读全文
posted @ 2015-12-22 20:51 yohaha 阅读(174) 评论(0) 推荐(0)
浙公网安备 33010602011771号