QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#869939 | #8795. Mysterious Sequence | ucup-team6235# | WA | 1ms | 3968kb | C++14 | 1.1kb | 2025-01-25 14:00:41 | 2025-01-25 14:00:48 |
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: 3968kb
input:
1.0 1.0 10 1 10
output:
1.000000000 -0.323529412 0.676470588 0.352941176 1.029411765 1.382352941 2.411764706 3.794117647 6.205882353 10.000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
1 1 2 1 100
output:
1.000000000 100.000000000
result:
ok 2 numbers
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3968kb
input:
1 1 5 50 100
output:
50.000000000 -0.333333333 -0.333333333 -0.666666667 100.000000000
result:
wrong answer 2nd numbers differ - expected: '0.0000000', found: '-0.3333333', error = '0.3333333'