第一题 忘记怎么在最前面插入了...所以就直接reverse了(反正不会TLE 100% #include<bits/stdc++.h> using namespace std; int n,m,k,ans = -1; string s,ss = ""; bool f(string s) { int l = 0, r = s.size()-1; while (l <=...