摘要: http://poj.org/problem?id=1458#include<iostream> #include<cstdio>#include<cstring>using namespace std;const int MAXN=1000;char sz1[MAXN];char sz2[MAXN];int dp[MAXN+10][MAXN+10];/*最后一个字符相同dp[i][j]=dp[i 阅读全文
posted @ 2021-09-15 16:36 katago 阅读(36) 评论(0) 推荐(0)