QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#737880#8022. Walkerucup-team1277#WA 1ms3972kbC++23753b2024-11-12 17:03:272024-11-12 17:03:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3872kb

input:

2
10000.0 1.0 0.001 9999.0 0.001
4306.063 4079.874 0.607 1033.423 0.847

output:

5001000.00000000006093614502
3827.83700137551508690947

result:

ok 2 numbers

Test #2:

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

input:

1
10.0 1.0 10.0 9.0 0.1

output:

1.10000000000000000002

result:

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

Test #3:

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

input:

1
10.0 8.0 10.0 9.0 0.1

output:

1.20000000000000000004

result:

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

Test #4:

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

input:

1
10.0 8.0 0.1 9.0 10

output:

1.10000000000000000002

result:

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

Test #5:

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

input:

1
10.0 2.0 0.1 3.0 10

output:

1.29999999999999999996

result:

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

Test #6:

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

input:

1
10.0 9.0 0.1 8.0 10.0

output:

1.20000000000000000004

result:

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

Test #7:

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

input:

1
10.0 4.0 0.1 6.0 0.1

output:

60.00000000000000000000

result:

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

Test #8:

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

input:

1
10.0 4.5 0.1 6.0 0.1

output:

60.00000000000000000000

result:

wrong answer 1st numbers differ - expected: '57.5000000', found: '60.0000000', error = '0.0434783'