摘要: #include <bits/stdc++.h> using namespace std; int ROW=16;//行 int COL=16;//列 bool IS_BLACK=true;//是否黑棋下 int ALL_LIST[16][16]; bool BLACK_LIST[16][16]; 阅读全文
posted @ 2023-08-10 20:15 fushuxuan1 阅读(33) 评论(0) 推荐(0)