摘要: #include"iostream"#include"cstdio"#include"algorithm"#include"cstring"#define N 500using namespace std;int lcs[N][N];//lcs[x][y]表示 串1的第一位的到x,串2的第一位到y的 阅读全文
posted @ 2018-07-21 22:52 ltltlti-h 阅读(106) 评论(0) 推荐(0)