ZOJ 3661 Palindromic Substring(回文树)...
分类:
其他好文 时间:
2016-05-12 16:19:55
阅读次数:
178
HDU 5658 CA Loves Palindromic(回文树)...
分类:
其他好文 时间:
2016-05-12 15:50:22
阅读次数:
224
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes ...
分类:
其他好文 时间:
2016-05-11 13:11:19
阅读次数:
154
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes ...
分类:
其他好文 时间:
2016-05-10 12:23:43
阅读次数:
187
Problem:
Given a string S, find the longest palindromic substring in S. You may
assume that the maximum length of S is 1000, and there exists one
unique longest palindromic substring.
Analysis:...
分类:
其他好文 时间:
2016-05-07 08:41:06
阅读次数:
176
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes ...
分类:
其他好文 时间:
2016-05-05 14:38:01
阅读次数:
123
Longest Palindromic Substring 最长回文子串 Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 100 ...
分类:
其他好文 时间:
2016-04-22 18:25:01
阅读次数:
147
Console.WriteLine("请输入你的身份证号码:"); string a = Console.ReadLine(); int year = Convert.ToInt32(a.Substring(6, 4)); int month = Convert.ToInt32(a.Substrin ...
分类:
其他好文 时间:
2016-04-21 15:19:43
阅读次数:
132
题目 Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique lon ...
分类:
其他好文 时间:
2016-04-11 18:11:35
阅读次数:
155