c#include <bits/stdc++.h> using namespace std; bool isVisit[11][11][11][11]; int N, M; int blueX, blueY, redX, redY; char maze[11]
#include <bits/stdc++.h> using namespace std; bool isVisit[11][11][11][11]; int N, M; int blueX, blueY, redX, redY; char maze[11]