@ -12,7 +12,7 @@ using namespace std;
const int ROW = 27;
const int COL = 27;
typedef pair<int, int> Pair;
typedef pair<double, pair<int, int>> pPair;
typedef pair<double, pair<int, int> > pPair;
struct cell
{
int parent_i, parent_j;
The note is not visible to the blocked user.