QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#563218 | #8795. Mysterious Sequence | ucup-team4685# | WA | 0ms | 3916kb | C++17 | 747b | 2024-09-14 07:57:41 | 2024-09-14 07:57:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3908kb
input:
1.0 1.0 10 1 10
output:
1 -0.32352941 0.67647059 0.35294118 1.02941176 1.38235294 2.41176471 3.79411765 6.20588235 10.00000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
1 1 2 1 100
output:
1 100.00000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3904kb
input:
1 1 5 50 100
output:
50 0.00000000 50.00000000 50.00000000 100.00000000
result:
ok 5 numbers
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3916kb
input:
0.25 0.25 10 1 1
output:
1 55.87553648 56.87553648 112.75107296 169.62660944 282.37768240 452.00429185 734.38197425 1186.38626609 1920.76824034
result:
wrong answer 3rd numbers differ - expected: '14.2188841', found: '56.8755365', error = '3.0000000'