摘要: #include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a; int b; cin>>b; for(int i=s.size()-1;i>-1;i--){ a 阅读全文
posted @ 2024-06-07 20:28 陈若麟 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a,b; for(int i=s.size()-1;i>-1;i--){ a.push_back(s[ 阅读全文
posted @ 2024-06-07 19:47 陈若麟 阅读(6) 评论(0) 推荐(0) 编辑