IT民工
加油!
摘要: K短路dij+Astar。/*Accepted 9904K 282MS C++ 2223B 2012-09-28 15:30:02*/#include <stdio.h>#include <string.h>#include <stdlib.h>#include <algorithm>#include <queue>using namespace std;const int INF = 0x3f3f3f3f;const int MAXN = 1 << 10;const int MAXM = 100 * MAXN;typed 阅读全文
posted @ 2012-09-28 15:36 找回失去的 阅读(154) 评论(0) 推荐(0)