#Lutece0479. Flip Game Ⅱ
Flip Game Ⅱ
Migrated from Lutece 479 Flip Game Ⅱ
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
Flip game is played on a rectangular field with two-sided pieces placed on each of its squares. One side of each piece is white and the other one is black and each piece is lying either it's black or white side up. Each round you flip to pieces, thus changing the color of their upper side from black to white and vice versa. The pieces to be flipped are chosen every round according to the following rules:
- Choose any one of the pieces.
- Flip the chosen piece and also all adjacent pieces to the left, to the right, to the top, and to the bottom of the chosen piece (if there are any).
Consider the following position as an example:
1010
0000
1101
1001
Here 1
denotes pieces lying their black side up and 0
denotes pieces lying their white side up. If we choose to flip the piece from the row (this choice is shown at the picture), then the field will become:
1010
1000
0001
0001
The goal of the game is to flip all pieces white side up. To make the game more hard , we expand the rectangular to ,and keep the rules unchanged.
Note : If a piece is fliped a second time, it exactly cancels the effect of the first flip, so no piece ever need be fliped more than once.
For each piece ,you need to determine whether it should be fliped or not.
Input
The first line of the input is a positive integer () which is the number of cases that follow. Each case will be lines, each of which has nunbers 0
or 1
separated by one space. A 0
indicates that the piece is white side up, while a 1
indicates that the piece is black side up initially.
Output
For each case, output a rectangular contain 0
or 1
(in the same format as the input), In each case, 1
's indicate pieces that must be fliped, while 0
's indicate pieces which are not fliped. There should be exactly one space between each 0
or 1
in the output.You can assume that the answer is unique.
Samples
1
1 1 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 0 1 0
1 0 0 1 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 0
1 1 0 1 1 0 1 1 1 0 1 0 0 1 1 1 1 1 1 0
0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 1 0
1 1 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 1 1
1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 1 1 1 1 0
0 0 1 0 1 1 1 0 1 0 0 0 1 0 0 0 1 1 1 1
1 1 1 1 1 1 1 0 1 0 0 0 0 0 1 0 0 1 0 1
0 1 0 1 0 1 1 1 0 0 1 0 0 0 0 1 0 1 0 0
1 0 1 1 0 0 0 0 1 1 0 1 0 1 1 1 0 1 1 0
1 0 1 1 0 1 1 0 0 1 0 0 0 1 1 0 1 1 1 1
1 1 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0
0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 1
1 0 0 0 1 0 0 1 1 1 1 0 0 1 1 0 0 0 1 1
1 0 1 1 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1
0 1 0 0 1 1 0 1 1 0 1 0 0 1 1 1 1 0 1 1
1 1 0 1 1 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1
1 1 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 1 1
1 0 1 0 0 1 0 1 1 0 0 0 1 1 0 1 0 0 0 0
1 1 0 1 0 1 1 0 0 0 0 0 0 1 1 0 1 1 0 1
1 0 1 1 1 1 0 1 0 1 0 0 1 0 0 0 0 0 0 0
0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 1 0 1 0
1 1 1 1 0 1 0 0 0 1 0 0 0 1 1 1 1 1 0 1
1 1 1 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 1
1 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0
0 1 0 0 1 1 0 1 0 1 1 1 0 1 1 1 1 0 0 1
1 1 1 0 0 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1
0 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0
0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1
1 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 1 0
0 0 1 1 1 0 0 0 0 0 1 1 1 0 1 1 1 1 0 0
0 1 1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 0 1 1
0 1 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0
1 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0
0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 1 1 1
0 0 0 1 0 1 0 1 0 1 0 0 1 1 1 0 0 1 0 1
0 1 1 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1
0 1 0 0 1 0 0 1 1 1 1 1 1 0 1 0 1 1 1 1
0 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 0 0
0 1 1 1 1 0 0 0 1 1 0 1 0 0 1 0 1 1 0 1
Resources
2011 UESTC ACM Training for Math