会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangyihang-xh
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
2024年6月7日
高精度/低精度
摘要: #include <iostream> #include <vector> using namespace std; int main(){ string a; int b,j = 0,j1 = 0; cin>>a>>b; vector<int> x,sum; for(int i = a.size(
阅读全文
posted @ 2024-06-07 20:29 王一行(小号)
阅读(15)
评论(0)
推荐(0)
2024年6月1日
高精度-高精度(信息学奥赛1169)
摘要: #include <iostream> #include <cmath> #include <vector> using namespace std; int main(){ string a,b; cin>>a>>b; vector<int> x,y,sum; for(int i = a.size
阅读全文
posted @ 2024-06-01 16:00 王一行(小号)
阅读(18)
评论(0)
推荐(0)
2024年5月31日
高精度*高精度
摘要: #include <iostream> #include <cmath> #include <vector> using namespace std; int main(){ string a,b; cin>>a>>b; vector<int> x,y; for(int i = a.size()-1
阅读全文
posted @ 2024-05-31 20:04 王一行(小号)
阅读(14)
评论(0)
推荐(0)
2024年5月25日
高精度+高精度(信息学奥赛1168)
摘要: #include <iostream> #include <cmath> #include <vector> using namespace std; int main(){ string a,b; cin>>a>>b; bool a1 = true,b1 = true; for(int i = 0
阅读全文
posted @ 2024-05-25 14:58 王一行(小号)
阅读(17)
评论(0)
推荐(0)
高精度*低精度
摘要: #include <bits/stdc++.h> using namespace std; int main(){ int n; string x; cin>>x>>n; vector<int> a; for(int i = x.size()-1;i>=0;i--){ a.push_back(x[i
阅读全文
posted @ 2024-05-25 10:03 王一行(小号)
阅读(16)
评论(0)
推荐(0)
2024年5月24日
键盘打印名字(王一H)
摘要: #include <iostream> #include <vector> #include <windows.h> #include <conio.h> using namespace std; int main(){ HANDLE handle = GetStdHandle(STD_OUTPUT
阅读全文
posted @ 2024-05-24 20:23 王一行(小号)
阅读(24)
评论(0)
推荐(0)
2024年5月4日
AI猜数字(窗口版)
摘要: #include <bits/stdc++.h> #include <windows.h> using namespace std; int main(){ int maxx = 10,minn = 0,i = 0; string t; cout<<"请想一个数字"<<endl; if(Messag
阅读全文
posted @ 2024-05-04 10:03 王一行(小号)
阅读(38)
评论(0)
推荐(0)
弹出窗口(MessageBox)
摘要: #include <iostream> #include <Windows.h> using namespace std; int main(int argc, char** argv) { MessageBox(NULL,"只有确认按钮","信息框",MB_OK); MessageBox(NULL
阅读全文
posted @ 2024-05-04 09:04 王一行(小号)
阅读(64)
评论(0)
推荐(0)
2024年4月20日
单人移动+四个方向发射子弹
摘要: #include <iostream> #include <windows.h> #include <conio.h> using namespace std; int main(){ HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE); COORD co
阅读全文
posted @ 2024-04-20 15:59 王一行(小号)
阅读(11)
评论(0)
推荐(0)
希尔排序
摘要: #include <iostream> #include <cmath> using namespace std; int main(){ int n; cin>>n; int a[n+5]; for(int i = 0;i<n;i++){ cin>>a[i]; } for(double i = n
阅读全文
posted @ 2024-04-20 09:25 王一行(小号)
阅读(14)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
15
下一页
公告