QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#202937 | #3994. Easy Jump | MaMengQi | WA | 0ms | 3968kb | C++11 | 3.1kb | 2023-10-06 14:14:25 | 2023-10-06 14:14:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3968kb
input:
1 2 0 50 0 1 2
output:
4.000000000
result:
ok found '4.0000000', expected '4.0000000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3904kb
input:
2 3 1 50 50 1 1 1 3
output:
6.000000000
result:
ok found '6.0000000', expected '6.0000000', error '0.0000000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3960kb
input:
1 6 4 75 0 64 6
output:
1.341145833
result:
ok found '1.3411458', expected '1.3411458', error '0.0000000'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3936kb
input:
1 5 1 61 1 1 15 43
output:
11.229508197
result:
wrong answer 1st numbers differ - expected: '2.2082232', found: '11.2295082', error = '4.0853139'