QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#436626#8795. Mysterious Sequenceucup-team018#WA 1ms3856kbC++231.6kb2024-06-09 02:13:422024-06-09 02:13:43

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3740kb

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: -100
Wrong Answer
time: 0ms
memory: 3856kb

input:

1 1 2 1 100

output:

0.0000000000
0.0000000000

result:

wrong answer 1st numbers differ - expected: '1.0000000', found: '0.0000000', error = '1.0000000'