QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#519180#8795. Mysterious Sequenceucup-team3727WA 26ms12484kbPython35.3kb2024-08-14 17:07:432024-08-14 17:07:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 26ms
memory: 12484kb

input:

1.0 1.0 10 1 10

output:

1
-0.32352941176470595
0.676470588235294
0.3529411764705881
1.0294117647058822
1.3823529411764703
2.4117647058823524
3.7941176470588225
6.205882352941175
9.999999999999996

result:

ok 10 numbers

Test #2:

score: -100
Wrong Answer
time: 20ms
memory: 12468kb

input:

1 1 2 1 100

output:

1
2.0

result:

wrong answer 2nd numbers differ - expected: '100.0000000', found: '2.0000000', error = '0.9800000'