QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#433327#8795. Mysterious Sequenceucup-team3742#WA 9ms9460kbPython3392b2024-06-08 10:23:002024-06-08 10:23:00

详细

Test #1:

score: 100
Accepted
time: 5ms
memory: 9460kb

input:

1.0 1.0 10 1 10

output:

1
-0.3235294117647059
0.6764705882352942
0.35294117647058826
1.0294117647058825
1.3823529411764708
2.4117647058823533
3.7941176470588243
6.2058823529411775
10.000000000000002

result:

ok 10 numbers

Test #2:

score: 0
Accepted
time: 3ms
memory: 9352kb

input:

1 1 2 1 100

output:

1
100.0

result:

ok 2 numbers

Test #3:

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

input:

1 1 5 50 100

output:

50
0.0
50.0
50.0
100.0

result:

ok 5 numbers

Test #4:

score: 0
Accepted
time: 6ms
memory: 9444kb

input:

0.25 0.25 10 1 1

output:

1
55.8755364806867
14.218884120171674
17.523605150214593
7.935622317596566
6.36480686695279
3.575107296137339
2.4849785407725324
1.515021459227468
1.0

result:

ok 10 numbers

Test #5:

score: -100
Wrong Answer
time: 9ms
memory: 9332kb

input:

0.25 0.63 6 93 12

output:

93
-2.1968951561007
21.86595605165656
13.226328523518458
13.799075982730768
12.0

result:

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