QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#444244#8521. Pattern Search IIucup-team3502#WA 0ms3764kbC++201.3kb2024-06-15 17:55:442024-06-15 17:55:46

详细

Test #1:

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

input:

aabbaab

output:

8

result:

ok 1 number(s): "8"

Test #2:

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

input:

a

output:

0

result:

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