摘要: #include <bits/stdc++.h> using namespace std; namespace myb { const int N = 20; int n; string s[N]; int len[N]; int nxt[20005]; int f[1 << N][N]; void 阅读全文
posted @ 2025-11-18 20:33 yanbinmu 阅读(3) 评论(0) 推荐(0)