摘要: 回文串是指aba、abba、cccbccc、aaaa这种左右对称的字符串。输入一个字符串Str,输出Str里最长回文子串的长度。Input输入Str(Str的长度 using namespace std;bool... 阅读全文
posted @ 2018-04-27 10:55 张浦 阅读(89) 评论(0) 推荐(0) 编辑