摘要: 阅读全文
posted @ 2023-06-25 10:05 hanxuyao 阅读(15) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int n,l; cin>>n>>l; int a[n],minn,maxx,x[n],s[n]; for(int i=0;i<n;i++){ cin 阅读全文
posted @ 2023-06-24 18:53 hanxuyao 阅读(19) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h>using namespace std;int main(int argc, char** argv){ int n,m,money=0; string name1,name2; string name[10]; cin>>n; map<string, 阅读全文
posted @ 2023-06-23 20:12 hanxuyao 阅读(17) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con=mc.Connec 阅读全文
posted @ 2023-06-18 10:00 hanxuyao 阅读(27) 评论(0) 推荐(0)
摘要: #include <iostream>#include <string>#include "minecraft.h"using namespace std;TxMinecraft mc;int main(int argc, char** argv){ bool con=mc.ConnectMinec 阅读全文
posted @ 2023-06-17 20:13 hanxuyao 阅读(18) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; /*绿色:35/13 黄绿色:35/5 红色:35/14 黑色:35/15*/ int main(int 阅读全文
posted @ 2023-06-17 18:28 hanxuyao 阅读(6) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { string a="110105120105971101039897110103115104117108971119897110116111 阅读全文
posted @ 2023-06-16 20:05 hanxuyao 阅读(11) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { cout<<setw(24)<<"********"<<endl; cout<<setw(27)<<"************"<<endl 阅读全文
posted @ 2023-06-08 09:42 hanxuyao 阅读(39) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { int max=100,min=0; string b; cout<<"请你想一个数1~100"<<endl; system("pause" 阅读全文
posted @ 2023-06-07 18:19 hanxuyao 阅读(9) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> using namespace std; int main(int argc, char** argv) { srand(time(0)); int a=rand()%1001; int list[10]; for(int i=0;i<10;i++) 阅读全文
posted @ 2023-06-07 17:08 hanxuyao 阅读(9) 评论(0) 推荐(0)