QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#567888#8521. Pattern Search IIucup-team3862#WA 0ms3756kbC++201.7kb2024-09-16 14:30:202024-09-16 14:30:21

详细

Test #1:

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

input:

aabbaab

output:

8

result:

ok 1 number(s): "8"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3668kb

input:

a

output:

1

result:

ok 1 number(s): "1"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3560kb

input:

b

output:

1

result:

ok 1 number(s): "1"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3756kb

input:

aa

output:

2

result:

ok 1 number(s): "2"

Test #5:

score: 0
Accepted
time: 0ms
memory: 3756kb

input:

bb

output:

3

result:

ok 1 number(s): "3"

Test #6:

score: 0
Accepted
time: 0ms
memory: 3668kb

input:

ab

output:

2

result:

ok 1 number(s): "2"

Test #7:

score: 0
Accepted
time: 0ms
memory: 3676kb

input:

ba

output:

2

result:

ok 1 number(s): "2"

Test #8:

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

input:

bbba

output:

5

result:

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