QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#362953#7780. Dark LaTeX vs. Light LaTeXucup-team2540#WA 20ms396488kbC++202.8kb2024-03-23 17:41:422024-03-23 17:41:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 15ms
memory: 396436kb

input:

abab
ab

output:

8

result:

ok 1 number(s): "8"

Test #2:

score: 0
Accepted
time: 19ms
memory: 396196kb

input:

abab
abaaab

output:

29

result:

ok 1 number(s): "29"

Test #3:

score: 0
Accepted
time: 3ms
memory: 396488kb

input:

abcd
abcde

output:

10

result:

ok 1 number(s): "10"

Test #4:

score: 0
Accepted
time: 12ms
memory: 396216kb

input:

aaba
ba

output:

6

result:

ok 1 number(s): "6"

Test #5:

score: -100
Wrong Answer
time: 20ms
memory: 396272kb

input:

babababaaabbaabababbbaabbbababbaaaaa
aaaabbaababbab

output:

614

result:

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