摘要: #include<bits/stdc++.h> using namespace std; #define int long long const int Max=100000; char s[Max*2+5]; char str[Max*2+5]; int dp[Max*2+5]; void mc( 阅读全文
posted @ 2024-10-26 20:23 夜深人静写算法 阅读(15) 评论(0) 推荐(0)