QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433344 | #8795. Mysterious Sequence | ucup-team3746# | WA | 1ms | 4032kb | C++20 | 832b | 2024-06-08 10:29:30 | 2024-06-08 10:29:30 |
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: 1ms
memory: 3924kb
input:
1.0 1.0 10 1 10
output:
1 -0.3235294118 0.6764705882 0.3529411765 1.029411765 1.382352941 2.411764706 3.794117647 6.205882353 10
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3928kb
input:
1 1 2 1 100
output:
1 100
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 1ms
memory: 4032kb
input:
1 1 5 50 100
output:
50 3.469446952e-18 50 50 100
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 1ms
memory: 3796kb
input:
0.25 0.25 10 1 1
output:
1 55.87553648 14.21888412 17.52360515 7.935622318 6.364806867 3.575107296 2.484978541 1.515021459 1
result:
ok 10 numbers
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3736kb
input:
0.25 0.63 6 93 12
output:
93 -2.196895156 21.86595605 13.22632852 13.79907598 12
result:
wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-2.1968952', error = '0.8453414'