This issue suggests solving the problem [1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix](https://leetcode.com/problems/minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix/). To achieve this, since the test constraints are extremely low, check all possibility to find the minimum number of flips.