Codeforces Round #650 (Div. 3)(A-C)

Short Substrings CodeForces - 1367A 思路:除了第一位和最后一位以外,剩下的两个之中取一个就行。 代码以下:c++ #include<bits/stdc++.h> #define ll long long using namespace std; const int maxx=1e5+100; string a,b; int main() { int t;
相关文章
相关标签/搜索