@ -8,9 +8,11 @@
#include<math.h>
#include<stack>
#define maxfloat 999999
using namespace std;
const float maxFloat=FLT_MAX;
const float maxFloat=maxfloat;
const int ROW = 27;
const int COL = 27;
typedef pair<int, int> Pair;
The note is not visible to the blocked user.