Toggle navigation
PIPIOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1112-- 回文串
1112: 回文串
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
1230
Solved:
418
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
现在给你一个字符串
S
,请你计算
S
中有多少连续子串是回文串。
Input
输入包含多组测试数据。每组输入是一个非空字符串,长度不超过
5000.
Output
对于每组输入,输出回文子串的个数。
Sample Input
aba
Sample Output
4
Source/Category
2019中南大学研究生招生夏令营机试题