QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#436255#8795. Mysterious Sequenceucup-team3585#RE 1ms3820kbC++17926b2024-06-08 23:48:342024-06-08 23:48:34

詳細信息

Test #1:

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

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: 1ms
memory: 3812kb

input:

1 1 2 1 100

output:

1.0000000000
100.0000000000

result:

ok 2 numbers

Test #3:

score: -100
Runtime Error

input:

1 1 5 50 100

output:


result: