上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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)
摘要: #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 下一页