原创 【練習】問題 A: 最長公共子序列

題目 #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int N=100; char A[N],B[N],dp[N