摘要: #include <iostream> #include <vector> using namespace std; int main(){ string l; cin>>l; int x=0,c=0; vector<int> a,b; int cl[100]={0}; for(int i=l.si 阅读全文
posted @ 2024-05-31 20:24 -刘-j-x- 阅读(10) 评论(0) 推荐(0)