摘要: E Substring Match \(f[i][j]\) 表示 \(s\) 匹配到 \(i\) ,\(t\) 匹配到第 \(j\) 个大写字符的最大匹配长度。 #include<bits/stdc++.h> #define I inline #define int long long using 阅读全文
posted @ 2025-03-27 22:33 Kur0n1ko 阅读(16) 评论(0) 推荐(0)