会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
tan90丶
人生如梦,一樽还酹江月!
博客园
首页
新随笔
联系
订阅
管理
2015年12月18日
POJ 3984 迷宫问题 --- BFS
摘要: /* POJ 3984 迷宫问题 BFS */ #include <cstdio> int mapn[5][5]; int x[100], y[100], pre[100]; int front = 0;//队首 int rear = 1;//队尾指向首元素的后一位 int dx[4] = { 1,
阅读全文
posted @ 2015-12-18 12:24 tan90丶
阅读(127)
评论(0)
推荐(0)
编辑
公告