QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#448685#8475. Palindrome Stringsucup-team3884WA 4ms218740kbC++204.5kb2024-06-19 22:24:072024-06-19 22:24:07

详细

Test #1:

score: 100
Accepted
time: 4ms
memory: 218740kb

input:

8 3
icpccamp
p
c
pc

output:

4
7
4

result:

ok 3 number(s): "4 7 4"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 218736kb

input:

10 3
bbbabbbbbb
baaaa
abb
bb

output:

9
4
30

result:

wrong answer 1st numbers differ - expected: '10', found: '9'