首页 > 小红的好子串询问
头像 GhostLX
发表于 2024-03-10 21:05:10
博客题解原地址:https://zhuanlan.zhihu.com/p/686259654 A 直接字符串截取即可 #include <bits/stdc++.h> using namespace std; #define debug(x) cerr << #x < 展开全文