QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#433376 | #8795. Mysterious Sequence | ucup-team3647# | WA | 25ms | 11832kb | Python3 | 692b | 2024-06-08 10:43:40 | 2024-06-08 10:43:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 17ms
memory: 11776kb
input:
1.0 1.0 10 1 10
output:
1.000000000000000 -0.323529411764706 0.676470588235294 0.352941176470588 1.029411764705882 1.382352941176471 2.411764705882353 3.794117647058824 6.205882352941176 10.000000000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 17ms
memory: 11744kb
input:
1 1 2 1 100
output:
1 100
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 20ms
memory: 11832kb
input:
1 1 5 50 100
output:
50.000000000000000 0.000000000000000 50.000000000000000 50.000000000000000 100.000000000000000
result:
ok 5 numbers
Test #4:
score: -100
Wrong Answer
time: 25ms
memory: 11772kb
input:
0.25 0.25 10 1 1
output:
1.000000000000000 223.502145922746781 56.125536480686695 69.906920600858369 31.508114270386266 25.353758717811159 14.215468247049356 9.892306741215129 6.026943747066121 3.979812622070312
result:
wrong answer 2nd numbers differ - expected: '55.8755365', found: '223.5021459', error = '3.0000000'