上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: #include <iostream> #include <string> #include "minecraft.h" #include "Windows.h"; using namespace std; TxMinecraft mc; string id,data; int main() { b 阅读全文
posted @ 2023-06-03 19:44 陈若麟 阅读(5) 评论(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-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 陈若麟 阅读(167) 评论(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) 编辑
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int x,y,z,id,data; bool con=mc.ConnectMinecraft("zk" 阅读全文
posted @ 2023-04-16 09:59 陈若麟 阅读(24) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int x,y,z,id,data; bool con=mc.ConnectMinecraft("zk" 阅读全文
posted @ 2023-04-09 10:02 陈若麟 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cmath> using namespace std; int main(){ int n; double x,z,c,j,p; int r=0; cin>>n; double x2=0,z2=0; for(int i=0;i<n;i++) 阅读全文
posted @ 2023-03-25 20:15 陈若麟 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main() { int index=1; srand(time(0)); int num=rand()%100; int a; do{ 阅读全文
posted @ 2023-03-25 16:37 陈若麟 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页