八皇后问题(非递归版)
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include #include using namespace std; const int MAXSIZE = 8;//棋盘大小 int chess[MAXSIZE][MAXSIZE]={0}... 阅读全文
posted @ 2008-11-01 13:11 Phinecos(洞庭散人) 阅读(1234) 评论(0) 推荐(0) 编辑