c#include <bits/stdc++.h> using namespace std; bool isVisit[11][11][11][11]; char maze[11][11]; char direction[5] = "RDLU";
#include <bits/stdc++.h> using namespace std; bool isVisit[11][11][11][11]; char maze[11][11]; char direction[5] = "RDLU";