摘要: #include<bits/stdc++.h> using namespace std; struct node{//新增step以记录所走步数 int x,y,step; }que[2510]; char mp[50][50];//地图 int f,r;//队首,队尾 int n,m;//行列 i 阅读全文
posted @ 2020-10-05 20:36 ssdaeda 阅读(742) 评论(0) 推荐(0) 编辑