Suppose two rectangular grids consisting of small squares are given. We insert into each square box of the two grids, numbers in the following way:
* For the first grid, we start inserting numbers into the boxes on the top row from left to right. Continue to insert numbers into the boxes on the second row from left to right. Keep on going until you finish inserting numbers from left to right into the boxes on the bottom row.
* For the second grid, we start inserting numbers into the boxes on the right-most column from top to bottom. Continue to insert numbers into the boxes on the second column from the right from top to bottom. Keep on doing until you finish inserting numbers into the boxes on the left most column from top to bottom.
List all the positive integers which get inserted into the boxes located in the same position in the two grids in the two ways of distributing numbers described above.