QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#448941 | #8795. Mysterious Sequence | ucup-team3540# | WA | 0ms | 3948kb | C++20 | 721b | 2024-06-20 13:59:42 | 2024-06-20 13:59:42 |
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.0000000000 -0.3235294118 0.6764705882 0.3529411765 1.0294117647 1.3823529412 2.4117647059 3.7941176471 6.2058823529 10.0000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3832kb
input:
1 1 2 1 100
output:
1.0000000000 100.0000000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3948kb
input:
1 1 5 50 100
output:
50.0000000000 0.0000000000 50.0000000000 50.0000000000 100.0000000000
result:
ok 5 numbers
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3812kb
input:
0.25 0.25 10 1 1
output:
1.0000000000 -0.5000000000 0.1250000000 -0.0937500000 0.0078125000 -0.0214843750 -0.0034179688 -0.0062255859 -0.0024108887 1.0000000000
result:
wrong answer 2nd numbers differ - expected: '55.8755365', found: '-0.5000000', error = '1.0089485'