摘要:
#include<iostream> #include<vector> using namespace std; int main(){ string s; cin>>s; vector<int> a,b,d; for(int i=s.size()-1;i>-1;i--){ a.push_back( 阅读全文
posted @ 2024-06-01 15:53
陈若麟
阅读(17)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<vector> using namespace std; int main(){ string a; int sam=0,b; cin>>a>>b; vector<int> c,d; for(int i=a.size()-1;i>-1;i--) 阅读全文
posted @ 2024-06-01 15:33
陈若麟
阅读(10)
评论(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-01 14:45
陈若麟
阅读(12)
评论(0)
推荐(0)

浙公网安备 33010602011771号