QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#443686#8475. Palindrome Stringsucup-team3539#WA 0ms18368kbC++232.8kb2024-06-15 16:17:482024-06-15 16:17:48

详细

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'