QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#447134#8475. Palindrome StringsInfiniteStarlight#WA 12ms41844kbC++233.0kb2024-06-17 23:41:142024-06-17 23:41:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 41844kb

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: 12ms
memory: 41612kb

input:

10 3
bbbabbbbbb
baaaa
abb
bb

output:

10
4
30

result:

wrong answer 3rd numbers differ - expected: '31', found: '30'