05 2023 档案

摘要:#include <iostream> #include <string> #include "minecraft.h" #include "Windows.h" using namespace std; TxMinecraft mc; string x,y,z; string id,data; i 阅读全文
posted @ 2023-05-28 10:50 陈若麟 阅读(25) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> #include "minecraft.h" #include "Windows.h" using namespace std; TxMinecraft mc; string x,y,z; string id,data; i 阅读全文
posted @ 2023-05-27 19:46 陈若麟 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <string> #include "minecraft.h" #include "Windows.h" using namespace std; TxMinecraft mc; string x,y,z;int _x,_y,_z; stri 阅读全文
posted @ 2023-05-26 20:41 陈若麟 阅读(3) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand(time(0)); int a; int b; double c,d,e=0; cout<<"请输入你要做的 阅读全文
posted @ 2023-05-13 19:25 陈若麟 阅读(168) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { srand(time(0)); int a=rand()%5+1; int b; cin>>b; if(a==b){ c 阅读全文
posted @ 2023-05-13 18:50 陈若麟 阅读(4) 评论(0) 推荐(0) 编辑