摘要: #include<bits/stdc++.h> using namespace std; int main(){ string w,s; while(1){ int t=0,t2=0,l,l2; getline(cin,w); getline(cin,s); l=s.size(); l2=w.siz 阅读全文
posted @ 2020-03-30 11:53 一世安然L 阅读(305) 评论(0) 推荐(0)