QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#843241#9966. High Jumpucup-team162#WA 0ms3924kbC++232.3kb2025-01-04 17:34:322025-01-04 17:34:40

詳細信息

Test #1:

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

input:

5
0.9 0.85 0.6 0.456000 0.000000017

output:

2.475199973643200

result:

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

Test #2:

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

input:

1
0.000000001

output:

0.000000000000000

result:

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

Test #3:

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

input:

2
0.828496829 0.645649353

output:

0.293578387393598

result:

wrong answer 1st numbers differ - expected: '1.3634153', found: '0.2935784', error = '0.7846743'