摘要:
1 #include 2 #include 3 #include 4 using namespace std; 5 int queen[10] = {0}; 6 bool place(int k){ 7 for(int i=0;i=n) 17 count1++; 18 else{ 19 for(int i=0;i>n){ 30 count1=0... 阅读全文
posted @ 2017-04-24 00:58
任我主宰
阅读(195)
评论(0)
推荐(0)