摘要: #include<iostream> #include<string> #include<algorithm> using namespace std; const int MAX = 1001; int MaxLen[MAX][MAX]; int maxLen(string str1, strin 阅读全文
posted @ 2016-09-02 10:03 牧马人夏峥 阅读(217) 评论(0) 推荐(0)