#include using namespace std; //打印棋盘和皇后 void showQueens(int queenArr[],int nlen,int nSolution) { //解法数量 cout<