QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515418#8795. Mysterious Sequenceucup-team4538#WA 0ms3812kbC++231.1kb2024-08-11 17:41:072024-08-11 17:41:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

input:

1 1 2 1 100

output:

1.00000000000000000
0.00000000000000000

result:

wrong answer 2nd numbers differ - expected: '100.0000000', found: '0.0000000', error = '1.0000000'