摘要:
http://poj.org/problem?id=1149http://imlazy.ycool.com/post.2059102.html 大牛的见图详解。#include<iostream>#include<queue>using namespace std;#define INF 0x7fffffff#define maxn 1100#define maxe 100010typedef struct {int v,val,next;}Edge;Edge e[maxe];int idx,S,T;int bild[maxn],h[maxn],pre[maxn],pi 阅读全文
posted @ 2011-12-04 22:00
forgood
阅读(150)
评论(0)
推荐(0)

浙公网安备 33010602011771号