Zaktualizuj 'Main.cpp'

This commit is contained in:
Karol Piotrowski 2020-04-27 17:24:53 +00:00
parent 8faa04ecb5
commit a3b29c9fb4

View File

@ -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;