摘要: 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1010,MOD=1000000007; int dp[N][N][2]; string a,b; int n,m,k; int main() { ios::sync_wi 阅读全文
posted @ 2026-03-16 23:40 AnoSky 阅读(2) 评论(0) 推荐(0)