QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#524054#8795. Mysterious Sequenceucup-team2880#WA 0ms4040kbC++20488b2024-08-19 09:25:562024-08-19 09:25:56

详细

Test #1:

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

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: 3784kb

input:

1 1 2 1 100

output:

1.000000000000
100.000000000000

result:

ok 2 numbers

Test #3:

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

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: 3988kb

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: 3884kb

input:

0.25 0.63 6 93 12

output:

93.000000000000
-16.640216221737
34.861569668666
7.791363263735
19.240832361787
12.000000000000

result:

wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-16.6402162', error = '0.1714496'