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
阅读全文
摘要:#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
阅读全文
摘要:#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
阅读全文
摘要:#include <iostream> #include <vector> #include <windows.h> #include <conio.h> using namespace std; int main(){ HANDLE handle = GetStdHandle(STD_OUTPUT
阅读全文
摘要:#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
阅读全文
摘要:#include <iostream> #include <Windows.h> using namespace std; int main(int argc, char** argv) { MessageBox(NULL,"只有确认按钮","信息框",MB_OK); MessageBox(NULL
阅读全文