View Code #include<stdio.h>#include<string.h>#include<algorithm>#include<queue>using namespace std;#define maxn 1010#define maxm 10003#define inf 1000000000int min(int a, int b){ return a < b ? a : b;}struct E{ int u, v, c, w, next;}edge[maxm<<3];int head[maxn], tot; Read More
posted @ 2012-10-21 00:57
To be an ACMan
Views(202)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号