博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
最长回文子序列
阅读量:5233 次
发布时间:2019-06-14

本文共 263 字,大约阅读时间需要 1 分钟。

 

#include 
#include
#include
using namespace std;char str[1005];int f[1005][1005];int main(){ scanf("%s",str); int len=strlen(str); for(int i=0;i

 

转载于:https://www.cnblogs.com/Roni-i/p/8643837.html

你可能感兴趣的文章