QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#573119#7128. Huge productsUrdWA 1ms3728kbC++171.1kb2024-09-18 17:25:102024-09-18 17:25:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

0 1 0 1 0 0 0 1 0 0

output:

7

result:

ok 1 number(s): "7"

Test #2:

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

input:

0 1000000000 100000000 0 0 0 0 0 0 0

output:

400000001

result:

ok 1 number(s): "400000001"

Test #3:

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

input:

5 1 1 5 0 0 3 4 4 0

output:

960

result:

ok 1 number(s): "960"

Test #4:

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

input:

0 3 4 0 1 0 2 2 0 2

output:

630

result:

ok 1 number(s): "630"

Test #5:

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

input:

2 1 0 0 0 1 3 0 0 0

output:

16

result:

ok 1 number(s): "16"

Test #6:

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

input:

2 1 0 0 0 0 0 0 0 3

output:

8

result:

ok 1 number(s): "8"

Test #7:

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

input:

0 2 2 0 2 0 5 5 3 0

output:

2916

result:

ok 1 number(s): "2916"

Test #8:

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

input:

1 0 1 2 1 4 3 0 0 1

output:

456

result:

wrong answer 1st numbers differ - expected: '400', found: '456'