pku 1475 推箱子
摘要:
#include <iostream>#include <queue>#include <string>using namespace std;const int MAXSIZE = 21;int dir[4][2] = {{-1, 0},{1, 0},{0, -1},{0, 1}};}};//将这里改了下就ac了... 显然是有多种情况的sj的吧= =char... 阅读全文
posted @ 2009-05-16 20:52 ZAFU_VA 阅读(320) 评论(0) 推荐(0)
浙公网安备 33010602011771号