摘要: #include #include #include #include using namespace std; const int maxn = 1e3+5; int dp[maxn][maxn]; char s1[maxn]; char p[maxn]; int main() { int T;cin>>T; while(T--) { int n... 阅读全文
posted @ 2016-10-03 11:08 卷珠帘 阅读(187) 评论(0) 推荐(0)