摘要: 问题 H: 逃出迷宫 时间限制: 1 Sec 内存限制: 128 MB 提交: 6 解决: 3 [提交][状态][讨论版] 题目描述 现在有一个迷宫,'a'代表起点位置,'.'代表可以通行的路,'#'代表不能通过的墙,'x'代表迷宫的守卫,'r'代表终点位置, 现在要求你算出起点位置... 阅读全文
posted @ 2017-03-06 21:10 X_na 阅读(166) 评论(0) 推荐(0)
摘要: 头文件为:#include 优先队列的结构体定义: struct node{ int x; friend bool operator#includeusing namespace std;struc... 阅读全文
posted @ 2017-03-06 20:48 X_na 阅读(127) 评论(0) 推荐(0)