QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#436363#8795. Mysterious Sequenceucup-team968#WA 1ms4052kbC++2058.3kb2024-06-09 00:16:062024-06-09 00:16:07

详细

Test #1:

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

input:

1.0 1.0 10 1 10

output:

1.00000000000000000000
-0.32352941176470589868
0.67647058823529415683
0.35294117647058825815
1.02941176470588247049
1.38235294117647078416
2.41176470588235325465
3.79411764705882426085
6.20588235294117751550
10.00000000000000177636

result:

ok 10 numbers

Test #2:

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

input:

1 1 2 1 100

output:

1.00000000000000000000
100.00000000000000000000

result:

ok 2 numbers

Test #3:

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

input:

1 1 5 50 100

output:

50.00000000000000000000
0.00000000000000000000
50.00000000000000000000
50.00000000000000000000
100.00000000000000000000

result:

ok 5 numbers

Test #4:

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

input:

0.25 0.25 10 1 1

output:

1.00000000000000000000
55.87553648068669787108
14.21888412017167446777
17.52360515021459264062
7.93562231759656633301
6.36480686695279018750
3.57510729613733913013
2.48497854077253244043
1.51502145922746800366
1.00000000000000000000

result:

ok 10 numbers

Test #5:

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

input:

0.25 0.63 6 93 12

output:

93.00000000000000000000
-37.68212724798392088132
49.16946818800402496663
-11.44737311922886568993
28.11492167863531932426
-0.18311464545535560688

result:

wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-37.6821272', error = '1.6527727'