摘要:
个人做题记录 今天最近不少心烦事,唉 A. Suffix Three #include <iostream> #include <cstdio> #include <cstring> using namespace std; int t; char s[1010]; int main() { sca 阅读全文
摘要:
此为个人向的练习记录 题目传送 A. Beautiful String 很简单的构造字符串问题,记得处理一下以?开头的情况 #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 3; int t; char s[N], p 阅读全文