摘要: //f[i][j]表示前 i 个字符与字符串匹配长度为 j 时的方案数 #include <cstring> #include <iostream> #include <algorithm> #include <string> using namespace std; const int N=55, 阅读全文
posted @ 2019-12-11 19:32 晴屿 阅读(285) 评论(0) 推荐(0)