会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hanxuyao
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
下一页
2023年6月25日
数据结构(笔记)
摘要:
阅读全文
posted @ 2023-06-25 10:05 hanxuyao
阅读(15)
评论(0)
推荐(0)
2023年6月24日
幽灵粒子
摘要: #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)
2023年6月23日
互送礼物
摘要: #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)
2023年6月18日
游戏机
摘要: #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)
2023年6月17日
派大星
摘要: #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)
2023年6月16日
解密
摘要: #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)
2023年6月8日
超级玛丽
摘要: #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)
2023年6月7日
二分查找
摘要: #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)
上一页
1
2
3
4
5
6
7
8
下一页
公告