题意是要穿过一个迷宫并且将每一步打印出来. 用宽搜的方法找到路径,在 vis 中存一下方向,只是这题被看到的一种不太对的运算符重载坑了很久...... 代码如下: #include <bits/stdc++.h> using namespace std; ; char mp[maxn][maxn]; int n,m,t,cnt,vis[maxn][maxn],fight[maxn][maxn]; ][] = {,,,,-,,,-}; struct node { int x,y,time; bo…