QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#445526#8521. Pattern Search IIucup-team3612#WA 1ms7736kbC++231.7kb2024-06-16 03:23:512024-06-16 03:23:51

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 7736kb

input:

aabbaab

output:

8

result:

ok 1 number(s): "8"

Test #2:

score: 0
Accepted
time: 1ms
memory: 5696kb

input:

a

output:

1

result:

ok 1 number(s): "1"

Test #3:

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

input:

b

output:

1

result:

ok 1 number(s): "1"

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 3608kb

input:

aa

output:

3

result:

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