ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#99362 | #1653. 最长回文 | Tom | 100 | 0ms | 1232kb | C++ | 379b | 2020-02-23 11:08:58 | 2020-02-23 11:08:59 |
answer
Details
小提示:点击横条可展开更详细的信息
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'