UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#99362#1653. 最长回文Tom1000ms1232kbC++379b2020-02-23 11:08:582020-02-23 11:08:59

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1228kb

input:

abacbcabcdefcbaabadeedcdefghababahgf

output:

11

result:

ok single line: '11'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1232kb

input:

hefjhhgatlmn

output:

2

result:

ok single line: '2'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1228kb

input:

madam

output:

5

result:

ok single line: '5'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1228kb

input:

badefghhgfghbcb

output:

6

result:

ok single line: '6'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1232kb

input:

abccbaabccbadefghhhgfabcdeedc

output:

12

result:

ok single line: '12'