摘要: #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)