摘要:
题意:s到t的第K短路View Code 1 #include<stdio.h> 2 #include<string.h> 3 #include<math.h> 4 #include<stdlib.h> 5 #include<algorithm> 6 #include<queue> 7 using namespace std; 8 const int maxn = 1005; 9 const int maxm = 200005; 10 const int inf = 9999999; 11 struct node{ 12 阅读全文
posted @ 2013-02-23 21:07
xxx0624
阅读(753)
评论(0)
推荐(0)

浙公网安备 33010602011771号