QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#436648#8795. Mysterious Sequenceucup-team572#WA 1ms3920kbC++201.5kb2024-06-09 02:23:222024-06-09 02:23:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1.0 1.0 10 1 10

output:

1
-0.323529411764706
0.676470588235294
0.352941176470588
1.02941176470588
1.38235294117647
2.41176470588235
3.79411764705882
6.20588235294117
10

result:

ok 10 numbers

Test #2:

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

input:

1 1 2 1 100

output:

1
100

result:

ok 2 numbers

Test #3:

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

input:

1 1 5 50 100

output:

50
3.5527136788005e-15
50
50
100

result:

ok 5 numbers

Test #4:

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

input:

0.25 0.25 10 1 1

output:

1
55.8755364806867
14.2188841201717
17.5236051502146
7.93562231759657
6.36480686695279
3.57510729613734
2.48497854077253
1.51502145922747
1

result:

ok 10 numbers

Test #5:

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

input:

0.25 0.63 6 93 12

output:

93
-2.19689515610069
21.8659560516566
13.2263285235185
13.7990759827308
12

result:

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