竞赛
考级
man(但圣蛋)
#include<bits/stdc++.h> using namespace std; int t,n,m; char maze[101][101]; int vis[101][101]; int sx,sy,fx,fy; int dx[4]={1,-1,0,0},dy[4]={0,0,1,-1}; struct action{ int x,y,step; }; int main(){ } 终于发题解了
刘明澈
提交答案之后,这里将显示提交结果~