QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#318411 | #8007. Egg Drop Challenge | flower | WA | 9ms | 49464kb | C++20 | 2.2kb | 2024-01-31 09:56:27 | 2024-01-31 09:56:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 9ms
memory: 48824kb
input:
5 2 1 7 14 6 4 18 1 7 21 2 5 28 4 10
output:
6.0000000000
result:
ok found '6.0000000', expected '6.0000000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 7ms
memory: 48900kb
input:
2 1 1 4 10 5 1
output:
-1.0000000000
result:
ok found '-1.0000000', expected '-1.0000000', error '-0.0000000'
Test #3:
score: 0
Accepted
time: 9ms
memory: 49220kb
input:
10 16 1 6 27 8 8 32 4 8 51 6 6 62 5 10 81 5 9 84 10 6 92 1 2 94 9 6 96 7 9
output:
12.8598309770
result:
ok found '12.8598310', expected '12.8598310', error '0.0000000'
Test #4:
score: -100
Wrong Answer
time: 3ms
memory: 49464kb
input:
100 96 20 27 119 4 12 270 5 24 594 3 10 614 8 19 688 7 5 798 14 36 983 2 27 1057 20 21 1266 6 30 1388 18 18 1520 2 12 1809 4 26 1960 17 40 2137 8 10 2274 3 30 2320 14 34 2357 6 2 2392 12 5 2518 14 2 2681 10 29 2701 9 15 2865 3 38 3008 9 17 3021 6 39 3194 9 24 3212 14 12 3233 19 3 3628 18 6 3772 1 37...
output:
99999999999999999992.0000000000
result:
wrong answer 1st numbers differ - expected: '-1.0000000', found: '100000000000000000000.0000000', error = '100000000000000000000.0000000'