摘要: 题解: 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 bool d[100]; // 记录棋盘主对角线能否放 5 bool c[100]; // 副对角线 6 bool b[20]; // 列 7 8 int a[20]; 9 10 // 阅读全文
posted @ 2023-07-06 00:00 上原歩夢 阅读(22) 评论(0) 推荐(0)