QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#437602#8795. Mysterious Sequenceucup-team3620WA 0ms3916kbC++171.4kb2024-06-09 13:53:322024-06-09 13:53:33

詳細信息

Test #1:

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

input:

1.0 1.0 10 1 10

output:

1.000000000000
-0.323529411765
0.676470588235
0.352941176471
1.029411764706
1.382352941176
2.411764705882
3.794117647059
6.205882352941
10.000000000000

result:

ok 10 numbers

Test #2:

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

input:

1 1 2 1 100

output:

1.000000000000
100.000000000000

result:

ok 2 numbers

Test #3:

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

input:

1 1 5 50 100

output:

50.000000000000
-0.000000000000
50.000000000000
50.000000000000
100.000000000000

result:

ok 5 numbers

Test #4:

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

input:

0.25 0.25 10 1 1

output:

1.000000000000
55.875536480687
14.218884120172
17.523605150215
7.935622317597
6.364806866953
3.575107296137
2.484978540773
1.515021459227
1.000000000000

result:

ok 10 numbers

Test #5:

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

input:

0.25 0.63 6 93 12

output:

93.000000000000
-2.196895156101
21.865956051657
13.226328523518
13.799075982731
12.000000000000

result:

wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-2.1968952', error = '0.8453414'