Skip to content

Commit

Permalink
sudoku2
Browse files Browse the repository at this point in the history
  • Loading branch information
khskhs committed Sep 13, 2017
1 parent 1dad24e commit 051825e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3 deletions.
Binary file modified BIN/sudoku.exe
Binary file not shown.
1 change: 0 additions & 1 deletion BIN/sudoku.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
������ȷ����ʼ����78������
6 9 8 5 2 4 1 3 7
1 2 3 6 7 8 4 5 9
4 5 7 1 3 9 2 6 8
Expand Down
2 changes: 1 addition & 1 deletion sudoku/sudoku.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(int argc,char* args[])
}
string str(args[2]);
int N = std::atoi(str.c_str());
printf("参数正确,开始生成%d个数独\n", N);
//printf("参数正确,开始生成%d个数独\n", N);

for(M=0;M<N;M++)
{
Expand Down
Binary file modified sudoku/sudoku.exe
Binary file not shown.
1 change: 0 additions & 1 deletion sudoku/sudoku.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
������ȷ����ʼ����78������
6 9 8 5 2 4 1 3 7
1 2 3 6 7 8 4 5 9
4 5 7 1 3 9 2 6 8
Expand Down

0 comments on commit 051825e

Please sign in to comment.