#SDNU1650. Perfect Sudoku
Perfect Sudoku
Description
FuLao is a person who likes Sudoku very much. He does hundreds of Sudoku every day.
Sudoku is a logic-based, combinatorial number-placement puzzle. In classic sudoku, the objective is to fill a grid with digits so that each column, each row, and each of the subgrids that compose the grid(also called "boxes", "blocks", or "regions") contain all of the digits from to . The puzzle setter provides a partially completed grid for players to solve.
For FuLao, a "perfect Sudoku" should have and only one set of solutions. Now he wants to know how many "perfect Sudokus" can be played for a Sudoku with ?
Format
Input
There's no input for this problem.
Output
Output is the solution when n=2.
Samples
(This is just an example, not necessarily the correct answer)
13579
Hints
Both of these are perfect Sudoku.