摘要: #include#include #include#includeusing namespace std;char s1[5005],s2[5005];int dp[2][5005],n;void lcs(){ int i,j; memset(dp,0,sizeof(dp)); f... 阅读全文
posted @ 2015-10-13 21:31 澧浦 阅读(111) 评论(0) 推荐(0)