摘要: 1 #include "stdafx.h" 2 #include 3 4 using namespace std; 5 6 /* 构造完成标志 */ 7 bool sign = false; 8 9 /* 创建数独矩阵 */ 10 int num[9][9]; 11 12 /* 函数声明 */ 13 void Inp... 阅读全文
posted @ 2017-06-29 16:03 Henry2017 阅读(691) 评论(0) 推荐(0) 编辑