05 2024 档案

摘要:#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 王一行(小号) 阅读(5) 评论(0) 推荐(0) 编辑
摘要:#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 王一行(小号) 阅读(11) 评论(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 王一行(小号) 阅读(11) 评论(0) 推荐(0) 编辑
摘要:#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 王一行(小号) 阅读(15) 评论(0) 推荐(0) 编辑
摘要:#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 王一行(小号) 阅读(30) 评论(0) 推荐(0) 编辑
摘要:#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 王一行(小号) 阅读(43) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示