摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n,m,x=0; cin>>n; char a[100][100]; int b[100][100]; for(int j=1;j<=n;j+ 阅读全文
posted @ 2023-07-08 20:09 王ys 阅读(13) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <string> using namespace std; TxMinecraft mc; int x,y,z; bool con; bool lianjie(){ return con=mc.C 阅读全文
posted @ 2023-07-08 08:43 王ys 阅读(16) 评论(0) 推荐(0)