QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#443686#8475. Palindrome Stringsucup-team3539#WA 0ms18368kbC++232.8kb2024-06-15 16:17:482024-06-15 16:17:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 18128kb

input:

10 3
bbbabbbbbb
baaaa
abb
bb

output:

65
4
31

result:

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