You are given a grid with n rows and m columns where all cells are either empty or full. Two cells are connected if they both are empty and share a side in the grid.
Fill at most ⌊Number of empty cells3⌋ empty cells that the resulting grid does not contain any simple cycle.
Input format
Output format
Print the result grid in the described format. If there are several answers, then print any answers.
The resulting grid does not contain any simple cycle. there are lots of other answers for this test case.