QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#170586#4275. Escape Sequencesucup-team1462#RE 2ms3660kbC++142.8kb2023-09-09 15:33:452023-09-09 15:33:51

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3604kb

input:

b
ab

output:

1

result:

ok 1 number(s): "1"

Test #2:

score: 0
Accepted
time: 2ms
memory: 3660kb

input:

ababa
bab

output:

0

result:

ok 1 number(s): "0"

Test #3:

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

input:

a
b

output:

-1

result:

ok 1 number(s): "-1"

Test #4:

score: 0
Accepted
time: 2ms
memory: 3636kb

input:

abbb
baa

output:

2

result:

ok 1 number(s): "2"

Test #5:

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

input:

abaabb
abaab

output:

0

result:

ok 1 number(s): "0"

Test #6:

score: -100
Runtime Error

input:

aaab
aaba

output:


result: