上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: #include <iostream> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.ConnectMinecraft("zk.mak 阅读全文
posted @ 2024-03-01 19:58 陈若麟 阅读(26) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <string> using namespace std; TxMinecraft mc; int x=699,y=144,z=10277; int main(int argc, char** a 阅读全文
posted @ 2024-02-20 15:54 陈若麟 阅读(30) 评论(0) 推荐(0)
摘要: #include <iostream> #include "minecraft.h" #include <string> using namespace std; TxMinecraft mc; int x=0,y=0,z=0; int main(int argc, char** argv) { b 阅读全文
posted @ 2024-02-18 11:55 陈若麟 阅读(52) 评论(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[1 阅读全文
posted @ 2024-01-31 11:40 陈若麟 阅读(14) 评论(0) 推荐(0)
摘要: #include <iostream> #include <queue> using namespace std; int main() { int m,n; cin>>n>>m; queue<int> a; for(int i=1;i<=n;i++){ a.push(i); } int i=1; 阅读全文
posted @ 2024-01-31 11:36 陈若麟 阅读(42) 评论(0) 推荐(0)
摘要: #include<iostream> #include<queue> using namespace std; int main(){ queue<int> a; queue<int> b; int m,n,q; cin>>m>>n>>q; for(int i=1;i<=m;i++){ a.push 阅读全文
posted @ 2024-01-31 10:49 陈若麟 阅读(60) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; struct ka{ string name; int age; string xin; }; int main(){ ka a[5]; ka t; for(int i=0;i<5;i++){ cin>>a[i].nam 阅读全文
posted @ 2024-01-29 15:49 陈若麟 阅读(11) 评论(0) 推荐(0)
摘要: #include<iostream> #include<iomanip> using namespace std; int main(){ double a; cin>>a; cout<<fixed<<setprecision(2)<<a<<endl; return 0; } #include<io 阅读全文
posted @ 2024-01-29 14:53 陈若麟 阅读(23) 评论(0) 推荐(0)
摘要: #include<iostream> #include<set> using namespace std; int main(){ int m,n,x=0,c[1000],p=-1; set<int> a; cin>>m>>n; int b; set<int>::iterator i; for(in 阅读全文
posted @ 2024-01-29 11:16 陈若麟 阅读(36) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string> using namespace std; int b; string c,d; string jiami(string a,int key){ c=""; for(int i=0;i<a.size();i++){ if(a[i] 阅读全文
posted @ 2024-01-28 15:57 陈若麟 阅读(14) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页