QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#685615#8022. Walkerucup-team4645WA 0ms1668kbC++233.5kb2024-10-28 20:26:342024-10-28 20:26:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
10000.0 1.0 0.001 9999.0 0.001
4306.063 4079.874 0.607 1033.423 0.847

output:

5001000.00000000
3827.83700138

result:

ok 2 numbers

Test #2:

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

input:

1
10.0 1.0 10.0 9.0 0.1

output:

1.10000000

result:

ok found '1.1000000', expected '1.1000000', error '0.0000000'

Test #3:

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

input:

1
10.0 8.0 10.0 9.0 0.1

output:

1.20000000

result:

ok found '1.2000000', expected '1.2000000', error '0.0000000'

Test #4:

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

input:

1
10.0 8.0 0.1 9.0 10

output:

1.10000000

result:

ok found '1.1000000', expected '1.1000000', error '0.0000000'

Test #5:

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

input:

1
10.0 2.0 0.1 3.0 10

output:

1.30000000

result:

ok found '1.3000000', expected '1.3000000', error '0.0000000'

Test #6:

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

input:

1
10.0 9.0 0.1 8.0 10.0

output:

1.20000000

result:

ok found '1.2000000', expected '1.2000000', error '0.0000000'

Test #7:

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

input:

1
10.0 4.0 0.1 6.0 0.1

output:

60.00000000

result:

ok found '60.0000000', expected '60.0000000', error '0.0000000'

Test #8:

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

input:

1
10.0 4.5 0.1 6.0 0.1

output:

57.50000000

result:

ok found '57.5000000', expected '57.5000000', error '0.0000000'

Test #9:

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

input:

1
10.0 1.0 1.0 8.0 1.0

output:

6.50000000

result:

ok found '6.5000000', expected '6.5000000', error '0.0000000'

Test #10:

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

input:

1
10.0 3.0 2.0 7.0 1.0

output:

4.60000000

result:

ok found '4.6000000', expected '4.6000000', error '0.0000000'

Test #11:

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

input:

1
10.0 6.0 2.0 7.0 1.0

output:

3.66666667

result:

ok found '3.6666667', expected '3.6666667', error '0.0000000'

Test #12:

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

input:

1
10.0 1.0 1.0 9.0 1.0

output:

6.00000000

result:

ok found '6.0000000', expected '6.0000000', error '0.0000000'

Test #13:

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

input:

1
10000.0 1.0 0.001 1.0 0.001

output:

1000.00000000

result:

wrong answer 1st numbers differ - expected: '9999000.0000000', found: '1000.0000000', error = '0.9999000'