夢追い人

"It takes a dreamer to make a dream come true."―Vincent Willem van Gogh

2011-10-30から1日間の記事一覧

なんか溜まってきた・・・

Djkstraばっかっですが・・・ 0117 #include <cstdio> #include <vector> #include <climits> #include <queue> #include <functional> using namespace std; struct edge { int to, cost; edge(int _to, int _cost) { to = _to; cost = _cost; } }; typedef pair<int, int> P; void solve() { int T, N; scanf("%d%</int,></functional></queue></climits></vector></cstdio>…