摘要: #include <iostream> #include <iomanip> using namespace std; int row=16; int col=16; int all[17][17]; bool black=true; bool whilt; int x,y; int a=1; in 阅读全文
posted @ 2023-11-05 10:01 fushuxuan1 阅读(104) 评论(0) 推荐(0)