摘要: #include <iostream> using namespace std; void Select(int **pos, int n, int num); int main (){ int num; //皇后数 cin >> num; int **pos; //皇后摆放矩阵 pos = new 阅读全文
posted @ 2024-07-06 21:18 白卓冉 阅读(14) 评论(0) 推荐(0)