QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#842693#9966. High Jumpucup-team6260#WA 1ms5988kbC++14994b2025-01-04 14:08:592025-01-04 14:09:00

详细

Test #1:

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

input:

5
0.9 0.85 0.6 0.456000 0.000000017

output:

2.475200006589200

result:

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

Test #2:

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

input:

1
0.000000001

output:

0.000000001000000

result:

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

Test #3:

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

input:

2
0.828496829 0.645649353

output:

1.363415270606402

result:

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

Test #4:

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

input:

3
0.551197930 0.393255768 0.207104323

output:

0.867956505597485

result:

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

Test #5:

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

input:

4
0.795361966 0.464795612 0.331129862 0.063526593

output:

1.338829040056732

result:

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

Test #6:

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

input:

5
0.895888800 0.546833708 0.412641158 0.222811308 0.111288348

output:

1.726785711700684

result:

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

Test #7:

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

input:

6
0.980827003 0.951772494 0.903718587 0.460647740 0.409951573 0.403255978

output:

2.419535868000000

result:

wrong answer 1st numbers differ - expected: '3.8259383', found: '2.4195359', error = '0.3675967'