文件名称:sudou
介绍说明--下载内容均来自于网络,请自行研究使用
数独问题
对于数独填充游戏,我们要保证在每一行,每一列,每一个方块中数字1..9 都恰好出现
一次。
★数据输入
供输入数据包括9 行9 列,由数字1..9 和‘.’构成,其中‘.’表示未填数字的格子。
输入数据保证解唯一存在。
★数据输出
将程序运行结果输出9 行9 列,将数独的空白的格子用正确的数字填充。-Sudoku Sudoku filled game, we want to ensure that each row, each column, each box number 1 .. 9 occurs exactly once. ★ data input for the input data include 9 rows and 9, by the numbers 1 .. 9, and ' .' , And ' .' Represents an unfilled digital lattice. The input data assurance solutions only exist. ★ data output the result of the program output line 9 9 blank Sudoku grid is filled with the correct number.
对于数独填充游戏,我们要保证在每一行,每一列,每一个方块中数字1..9 都恰好出现
一次。
★数据输入
供输入数据包括9 行9 列,由数字1..9 和‘.’构成,其中‘.’表示未填数字的格子。
输入数据保证解唯一存在。
★数据输出
将程序运行结果输出9 行9 列,将数独的空白的格子用正确的数字填充。-Sudoku Sudoku filled game, we want to ensure that each row, each column, each box number 1 .. 9 occurs exactly once. ★ data input for the input data include 9 rows and 9, by the numbers 1 .. 9, and ' .' , And ' .' Represents an unfilled digital lattice. The input data assurance solutions only exist. ★ data output the result of the program output line 9 9 blank Sudoku grid is filled with the correct number.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sudoku.cpp
sudoku数独问题.pdf