QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433341 | #8795. Mysterious Sequence | ucup-team3647# | WA | 14ms | 11072kb | Python3 | 596b | 2024-06-08 10:28:10 | 2024-06-08 10:28:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 14ms
memory: 11024kb
input:
1.0 1.0 10 1 10
output:
1.000000000000000 -0.323529411764706 0.676470588235294 0.352941176470588 1.029411764705882 1.382352941176471 2.411764705882353 3.794117647058824 6.205882352941176 10.000000000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 14ms
memory: 11072kb
input:
1 1 2 1 100
output:
1 100
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 7ms
memory: 11056kb
input:
1 1 5 50 100
output:
50.000000000000000 0.000000000000000 50.000000000000000 50.000000000000000 100.000000000000000
result:
ok 5 numbers
Test #4:
score: -100
Wrong Answer
time: 10ms
memory: 10976kb
input:
0.25 0.25 10 1 1
output:
1.000000000000000 223.502145922746781 56.125536480686695 69.906920600858369 31.508114270386266 25.353758717811159 14.215468247049356 9.892306741215129 6.026943747066121 3.979812622070312
result:
wrong answer 2nd numbers differ - expected: '55.8755365', found: '223.5021459', error = '3.0000000'