摘要: #include <iostream>#include <stdio.h>#include <string>#include <string.h>#include <algorithm>#include <stdlib.h>#include <math.h>#include <queue>using namespace std;const int maxn = 205;const int inf = 0xfffffff;struct node{ int x,y; int step; int time 阅读全文
posted @ 2013-04-24 16:41 Roly Yu 阅读(267) 评论(0) 推荐(0) 编辑