The puzzle game Sudoku is a classical game. In the puzzle, the player is given a partially filled
Jonathan is playing Sudoku! However, his version of Sudoku is slightly different. He is instead given a partially filled
He is given
Input Specification
The first line will contain the integer
Each of the 1
, 2
, 3
, 4
, and X
. X
means that the cell is unfilled, and you must fill it in with the appropriate value.
Output Specification
For each grid, output
Any valid solution will be accepted. It is guaranteed each grid will have at least one solution.
Note for Sample
The sample does not respect the constraints. Your solution does not need to produce the correct output on the sample to get AC. In particular, the sample has
Sample Input
3
1234
4321
2413
3142
1234
4XX1
2XX3
3142
231X
142X
413X
XXXX
Sample Output
1234
4321
2413
3142
1234
4321
2413
3142
2314
1423
4132
3241
Explanation for Sample
The third case in the sample is:
The only possible filled-in grid would be:
Comments
NO NO NO STOP THIS PROBLEM IS ILLEGAL
ahem https://judge.mcpt.ca/problem/gi19s4
Sexism! You add Girls to the name and it automatically makes the question worth 5 more points. (joke)
For what it's worth, I was not the one to set the final point value for this problem.
when evan uploads girls invitational problem onto the dmoj