QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#437611#8795. Mysterious Sequenceucup-team3620WA 1ms3968kbC++231.4kb2024-06-09 14:08:242024-06-09 14:08:25

詳細信息

Test #1:

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

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

input:

1 1 2 1 100

output:

1.000000000000
100.000000000000

result:

ok 2 numbers

Test #3:

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

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

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: 0
Accepted
time: 0ms
memory: 3884kb

input:

0.25 0.63 6 93 12

output:

93.000000000000
-14.204807958665
55.038798010334
4.810670488624
35.877110368666
12.000000000000

result:

ok 6 numbers

Test #6:

score: 0
Accepted
time: 1ms
memory: 3792kb

input:

0.25 0.80 10 5 63

output:

5.000000000000
78.769536183531
23.692384045883
68.938724958296
36.188588476280
64.198127085707
45.000402552451
62.608602306678
51.652472618630
63.000000000000

result:

ok 10 numbers

Test #7:

score: 0
Accepted
time: 1ms
memory: 3892kb

input:

0.25 0.99 3 18 30

output:

18.000000000000
48.720000000000
30.000000000000

result:

ok 3 numbers

Test #8:

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

input:

0.28 0.64 9 6 10

output:

6.000000000000
20.950403348508
9.706112937582
16.125969765568
10.727183814412
13.324232117999
10.596182634263
11.494439693113
10.000000000000

result:

ok 9 numbers

Test #9:

score: -100
Wrong Answer
time: 1ms
memory: 3964kb

input:

0.31 0.40 7 10 49

output:

10.000000000000
100.000000000000
35.000000000000
50.850000000000
29.763500000000
29.566685000000
21.071072350000

result:

wrong answer 2nd numbers differ - expected: '240.1150640', found: '100.0000000', error = '0.5835330'