QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#524336 | #8007. Egg Drop Challenge | ucup-team497# | WA | 12ms | 327496kb | C++17 | 1.9kb | 2024-08-19 15:54:05 | 2024-08-19 15:54:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 7ms
memory: 327496kb
input:
5 2 1 7 14 6 4 18 1 7 21 2 5 28 4 10
output:
6
result:
ok found '6.0000000', expected '6.0000000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 12ms
memory: 325248kb
input:
2 1 1 4 10 5 1
output:
-1
result:
ok found '-1.0000000', expected '-1.0000000', error '-0.0000000'
Test #3:
score: -100
Wrong Answer
time: 7ms
memory: 327236kb
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:
-1
result:
wrong answer 1st numbers differ - expected: '12.8598310', found: '-1.0000000', error = '1.0777615'