#include #include #include using namespace std; int n; int **a; int count=0; int place(int i,int j) {//判断i,j这个点是否可以放皇后 for(int k=1;k