QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#753429 | #8795. Mysterious Sequence | ucup-team1232# | WA | 1ms | 3944kb | C++17 | 2.2kb | 2024-11-16 12:50:41 | 2024-11-16 12:50:42 |
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: 3824kb
input:
1.0 1.0 10 1 10
output:
1.0000000000 -0.3235294118 0.6764705882 0.3529411765 1.0294117647 1.3823529412 2.4117647059 3.7941176471 6.2058823529 10.0000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3812kb
input:
1 1 2 1 100
output:
1.0000000000 100.0000000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3944kb
input:
1 1 5 50 100
output:
50.0000000000 0.0000000000 50.0000000000 50.0000000000 100.0000000000
result:
ok 5 numbers
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3936kb
input:
0.25 0.25 10 1 1
output:
1.0000000000 -1.0000000000 inf inf -0.0625000000 -0.0781250000 -0.0351562500 -0.0283203125 -0.0158691406 1.0000000000
result:
wrong answer 2nd numbers differ - expected: '55.8755365', found: '-1.0000000', error = '1.0178969'