摘要: 对于数独问题 1 const int N=16; //3*3数独 2 const int MaxN=N*N*N+10; // 一格能填9个数 9*9格 3 const int MaxM=N*N*4+10; // 9*9*4=(9+9+9)*9+9*9 (9+9+9)是9行... 阅读全文
posted @ 2015-01-30 10:20 Empress 阅读(381) 评论(0) 推荐(0)