摘要: #include#include #include #include #include//必须加这个#include#define N 11000#define NN 1100#define inf 999999999#include#includeusing namespace std;mapym... 阅读全文
posted @ 2013-11-07 20:32 HYDhyd 阅读(91) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#define N 200using namespace std;struct node { int x,y,time;}start,end,cur,next;char map[N][N];int visit[N]... 阅读全文
posted @ 2013-11-07 18:02 HYDhyd 阅读(100) 评论(0) 推荐(0) 编辑