QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#515359#8795. Mysterious Sequenceucup-team4538#WA 0ms3908kbC++231022b2024-08-11 17:20:192024-08-11 17:20:20

詳細信息

Test #1:

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

input:

1.0 1.0 10 1 10

output:

1.00000000000000000
-0.32352941176470590
0.67647058823529416
0.35294117647058826
1.02941176470588247
1.38235294117647078
2.41176470588235325
3.79411764705882426
6.20588235294117752
10.00000000000000178

result:

ok 10 numbers

Test #2:

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

input:

1 1 2 1 100

output:

1.00000000000000000
inf

result:

wrong output format Expected double, but "inf" found