QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#448678#8475. Palindrome Stringsucup-team3884WA 3ms218772kbC++204.5kb2024-06-19 22:18:442024-06-19 22:18:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 218772kb

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: 3ms
memory: 218532kb

input:

10 3
bbbabbbbbb
baaaa
abb
bb

output:

9
4
30

result:

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