Zaktualizuj 'Main.cpp'
This commit is contained in:
parent
8faa04ecb5
commit
a3b29c9fb4
6
Main.cpp
6
Main.cpp
@ -8,13 +8,15 @@
|
|||||||
#include<math.h>
|
#include<math.h>
|
||||||
#include<stack>
|
#include<stack>
|
||||||
|
|
||||||
|
#define maxfloat 999999
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
const float maxFloat=FLT_MAX;
|
const float maxFloat=maxfloat;
|
||||||
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