wwwkal
wwwkal
全部文章
题解
归档
标签
去牛客网
登录
/
注册
wwwkal的博客
全部文章
/ 题解
(共1篇)
题解 | #最长回文子序列#
相当于求该字串与其翻转后的字串的最长公共子序列 #include<iostream> #include<vector> #include<string> #include<algorithm> using namespace std; int max...
C++
动态规划
字符串
2022-04-21
1
519