Zaktualizuj 'Main.cpp'
This commit is contained in:
parent
8faa04ecb5
commit
a3b29c9fb4
4
Main.cpp
4
Main.cpp
@ -8,9 +8,11 @@
|
|||||||
#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;
|
||||||
|
Loading…
Reference in New Issue
Block a user