摘要: #include <iostream> #include <iomanip> using namespace std; int row=16; int col=16; bool black=true; int all[17][17]; void F5(){ for(int ii=0;ii<=col; 阅读全文
posted @ 2023-08-10 20:32 爱吃泡面的皮卡 阅读(35) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h>#include <windows.h>#define huang return#define da 0#define shan ;#define Min 10 using namespace std;int a[11][11], a2[11], a3 阅读全文
posted @ 2023-08-10 09:52 爱吃泡面的皮卡 阅读(66) 评论(0) 推荐(0)