QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#709262#7780. Dark LaTeX vs. Light LaTeXucup-team4645WA 1ms9812kbC++233.0kb2024-11-04 13:24:002024-11-04 13:24:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

abab
ab

output:

8

result:

ok 1 number(s): "8"

Test #2:

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

input:

abab
abaaab

output:

29

result:

ok 1 number(s): "29"

Test #3:

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

input:

abcd
abcde

output:

10

result:

ok 1 number(s): "10"

Test #4:

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

input:

aaba
ba

output:

6

result:

ok 1 number(s): "6"

Test #5:

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

input:

babababaaabbaabababbbaabbbababbaaaaa
aaaabbaababbab

output:

1039

result:

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