摘要: 目录八皇后八数码红与黑细胞最少步数三维迷宫 八皇后 在国际象棋棋盘上放置八个皇后,要求每两个皇后之间不能直接吃掉对方 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=110; int n=8, data[N][10], 阅读全文
posted @ 2024-03-24 15:04 HelloHeBin 阅读(31) 评论(0) 推荐(0) 编辑