QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#841987#9966. High Jumpucup-team5100#WA 1ms8072kbC++14812b2025-01-04 09:28:342025-01-04 09:28:34

详细

Test #1:

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

input:

5
0.9 0.85 0.6 0.456000 0.000000017

output:

2.475200

result:

ok found '2.4752000', expected '2.4752000', error '0.0000000'

Test #2:

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

input:

1
0.000000001

output:

0.000000

result:

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

Test #3:

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

input:

2
0.828496829 0.645649353

output:

1.363415

result:

ok found '1.3634150', expected '1.3634153', error '0.0000002'

Test #4:

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

input:

3
0.551197930 0.393255768 0.207104323

output:

0.867957

result:

ok found '0.8679570', expected '0.8679565', error '0.0000005'

Test #5:

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

input:

4
0.795361966 0.464795612 0.331129862 0.063526593

output:

1.338829

result:

ok found '1.3388290', expected '1.3388290', error '0.0000000'

Test #6:

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

input:

5
0.895888800 0.546833708 0.412641158 0.222811308 0.111288348

output:

1.726786

result:

ok found '1.7267860', expected '1.7267857', error '0.0000002'

Test #7:

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

input:

6
0.980827003 0.951772494 0.903718587 0.460647740 0.409951573 0.403255978

output:

3.825938

result:

ok found '3.8259380', expected '3.8259383', error '0.0000001'

Test #8:

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

input:

7
0.964710946 0.660694845 0.569051685 0.519424206 0.347976236 0.103554534 0.003582098

output:

2.660484

result:

ok found '2.6604840', expected '2.6604838', error '0.0000001'

Test #9:

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

input:

10
0.908256456 0.813576564 0.742549305 0.649326027 0.554646135 0.461422857 0.372638782 0.277958891 0.183440845 0.094656770

output:

3.465133

result:

ok found '3.4651330', expected '3.4651333', error '0.0000001'

Test #10:

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

input:

14
0.965125864 0.957983158 0.894060589 0.767619278 0.708280001 0.562719570 0.524554410 0.428166908 0.332545137 0.257543419 0.171522463 0.080323478 0.048170500 0.020758694

output:

4.986813

result:

ok found '4.9868130', expected '4.9868129', error '0.0000000'

Test #11:

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

input:

20
0.999312308 0.993123094 0.792022793 0.785833579 0.773356911 0.773356910 0.760880241 0.710678846 0.707633359 0.706159736 0.706159735 0.705865010 0.705177319 0.680125741 0.655074164 0.604872769 0.604185078 0.403084776 0.402397085 0.000098242

output:

11.722911

result:

ok found '11.7229110', expected '11.7229109', error '0.0000000'

Test #12:

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

input:

35
0.999999999 0.500000000 0.333333333 0.250000000 0.200000000 0.166666667 0.142857143 0.125000000 0.111111111 0.100000000 0.090909091 0.083333333 0.076923077 0.071428571 0.066666667 0.062500000 0.058823529 0.055555556 0.052631579 0.050000000 0.047619048 0.045454545 0.043478261 0.041666667 0.0400000...

output:

1.971429

result:

ok found '1.9714290', expected '1.9714286', error '0.0000002'

Test #13:

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

input:

42
0.999999997 0.999999957 0.999999558 0.999995984 0.999967570 0.999770574 0.998606056 0.992914780 0.970865633 0.906613334 0.772832688 0.578915971 0.379098588 0.222796093 0.121846038 0.063881487 0.032730211 0.016569178 0.008336477 0.004181321 0.002093945 0.001047795 0.000524103 0.000262103 0.0001310...

output:

11.074112

result:

ok found '11.0741120', expected '11.0741116', error '0.0000000'

Test #14:

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

input:

50
0.991131730 0.919779550 0.909523499 0.902541075 0.893803502 0.838347025 0.830500600 0.816318610 0.806306448 0.805684783 0.804210835 0.798232009 0.789231219 0.781205446 0.770460902 0.721836276 0.721271617 0.714886066 0.706142418 0.691410488 0.679542322 0.679399638 0.638774737 0.631666488 0.5962186...

output:

18.713697

result:

wrong answer 1st numbers differ - expected: '18.7466757', found: '18.7136970', error = '0.0017592'