QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#563219#8795. Mysterious Sequenceucup-team4685#WA 0ms3940kbC++17748b2024-09-14 07:59:062024-09-14 07:59:06

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3940kb

input:

1.0 1.0 10 1 10

output:

1
-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: 3872kb

input:

1 1 2 1 100

output:

1
100.0000000000

result:

ok 2 numbers

Test #3:

score: 0
Accepted
time: 0ms
memory: 3932kb

input:

1 1 5 50 100

output:

50
0.0000000000
50.0000000000
50.0000000000
100.0000000000

result:

ok 5 numbers

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3888kb

input:

0.25 0.25 10 1 1

output:

1
55.8755364807
56.8755364807
112.7510729614
169.6266094421
282.3776824034
452.0042918455
734.3819742489
1186.3862660944
1920.7682403433

result:

wrong answer 3rd numbers differ - expected: '14.2188841', found: '56.8755365', error = '3.0000000'