摘要: #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 王一行(小号) 阅读(3) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <vector> using namespace std; int main(){ string x; int y; cin>>x>>y; vector<int> a; for(int i = x.size()-1;i>=0;i--){ a. 阅读全文
posted @ 2024-05-25 10:03 王一行(小号) 阅读(2) 评论(0) 推荐(0) 编辑