QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#842767 | #9966. High Jump | ucup-team3727# | WA | 1ms | 3956kb | C++20 | 2.1kb | 2025-01-04 14:35:26 | 2025-01-04 14:35:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3848kb
input:
5 0.9 0.85 0.6 0.456000 0.000000017
output:
2.47520000658920000030
result:
ok found '2.4752000', expected '2.4752000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
1 0.000000001
output:
0.00000000100000000000
result:
ok found '0.0000000', expected '0.0000000', error '-0.0000000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
2 0.828496829 0.645649353
output:
1.36341527060640163701
result:
ok found '1.3634153', expected '1.3634153', error '0.0000000'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3928kb
input:
3 0.551197930 0.393255768 0.207104323
output:
0.86795650559748506399
result:
ok found '0.8679565', expected '0.8679565', error '0.0000000'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
4 0.795361966 0.464795612 0.331129862 0.063526593
output:
1.33882904005673202691
result:
ok found '1.3388290', expected '1.3388290', error '0.0000000'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3832kb
input:
5 0.895888800 0.546833708 0.412641158 0.222811308 0.111288348
output:
1.72678571170068373940
result:
ok found '1.7267857', expected '1.7267857', error '0.0000000'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
6 0.980827003 0.951772494 0.903718587 0.460647740 0.409951573 0.403255978
output:
3.82593831595728384458
result:
ok found '3.8259383', expected '3.8259383', error '0.0000000'
Test #8:
score: -100
Wrong Answer
time: 0ms
memory: 3956kb
input:
7 0.964710946 0.660694845 0.569051685 0.519424206 0.347976236 0.103554534 0.003582098
output:
2.34238429830473328668
result:
wrong answer 1st numbers differ - expected: '2.6604838', found: '2.3423843', error = '0.1195645'