Y by
Let
be an integer. We consider a square grid of size
divided into
unit squares. The grid is called balanced if:
, the smallest integer
such that any balanced grid always contains an
square whose absolute sum of the
cells is less than or equal to
.



- Each cell contains a number equal to
,
or
.
- The absolute value of the sum of the numbers in the grid does not exceed
.




