摘要: 题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1010 阅读全文
posted @ 2018-03-08 20:13 LandingGuys 阅读(78) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;int n,m,t,cx,cy;char map[7][7];int visit[7][7];int nexts[4][2]={{0,1},{1,0},{-1,0},... 阅读全文
posted @ 2018-03-08 20:13 LandingGuys 阅读(36) 评论(0) 推荐(0) 编辑