Zaktualizuj 'Main.cpp'
This commit is contained in:
parent
2603b36e3d
commit
1bf1dc50b9
2
Main.cpp
2
Main.cpp
@ -12,7 +12,7 @@ using namespace std;
|
|||||||
const int ROW = 27;
|
const int ROW = 27;
|
||||||
const int COL = 27;
|
const int COL = 27;
|
||||||
typedef pair<int, int> Pair;
|
typedef pair<int, int> Pair;
|
||||||
typedef pair<double, pair<int, int>> pPair;
|
typedef pair<double, pair<int, int> > pPair;
|
||||||
struct cell
|
struct cell
|
||||||
{
|
{
|
||||||
int parent_i, parent_j;
|
int parent_i, parent_j;
|
||||||
|
Loading…
Reference in New Issue
Block a user