QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#843126 | #9966. High Jump | ucup-team3407# | WA | 1ms | 8100kb | C++14 | 978b | 2025-01-04 16:55:32 | 2025-01-04 16:55:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 7984kb
input:
5 0.9 0.85 0.6 0.456000 0.000000017
output:
2.47520000658920000009
result:
ok found '2.4752000', expected '2.4752000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 8100kb
input:
1 0.000000001
output:
0.00000000100000000000
result:
ok found '0.0000000', expected '0.0000000', error '-0.0000000'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 7984kb
input:
2 0.828496829 0.645649353
output:
1.29129870600000000002
result:
wrong answer 1st numbers differ - expected: '1.3634153', found: '1.2912987', error = '0.0528941'