摘要: #include<bits/stdc++.h> using namespace std; string s; int x,y,n,len,xx,yy; int main() { cin>>s; scanf("%d",&n); len=s.size(); for(int i=0;i<len;i++) 阅读全文
posted @ 2022-02-20 22:23 hahazhou 阅读(100) 评论(0) 推荐(0)