上传者: fanfan880915
|
上传时间: 2021-09-28 22:10:45
|
文件大小: 4KB
|
文件类型: TXT
绝对可以实现
/*This program tests the eight queens algorithm. Eight queens is a classic chess problem in which eight queens are placed on a standard chessboard in positions such that no queen can capture another queen.
Wrightten by:
Date:
*/
#include
//using namespace std;
#include "皇后1.h"
const int max_board=9;
//structure declarations
struct position
{