QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#567878#8521. Pattern Search IIucup-team3862#WA 0ms3844kbC++201.6kb2024-09-16 14:26:212024-09-16 14:26:21

詳細信息

Test #1:

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

input:

aabbaab

output:

8

result:

ok 1 number(s): "8"

Test #2:

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

input:

a

output:

0

result:

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