QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#302913#7780. Dark LaTeX vs. Light LaTeXucup-team1153#WA 15ms124612kbC++142.3kb2024-01-11 15:13:212024-01-11 15:13:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 124380kb

input:

abab
ab

output:

8

result:

ok 1 number(s): "8"

Test #2:

score: 0
Accepted
time: 8ms
memory: 124384kb

input:

abab
abaaab

output:

29

result:

ok 1 number(s): "29"

Test #3:

score: 0
Accepted
time: 11ms
memory: 124612kb

input:

abcd
abcde

output:

10

result:

ok 1 number(s): "10"

Test #4:

score: 0
Accepted
time: 8ms
memory: 124392kb

input:

aaba
ba

output:

6

result:

ok 1 number(s): "6"

Test #5:

score: -100
Wrong Answer
time: 15ms
memory: 124388kb

input:

babababaaabbaabababbbaabbbababbaaaaa
aaaabbaababbab

output:

1167

result:

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