QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433720 | #8795. Mysterious Sequence | ucup-team3583# | WA | 0ms | 4124kb | C++20 | 745b | 2024-06-08 13:19:07 | 2024-06-08 13:19:07 |
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: 0ms
memory: 3828kb
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: 3820kb
input:
1 1 2 1 100
output:
1.0000000000 100.0000000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 4012kb
input:
1 1 5 50 100
output:
50.0000000000 0.0000000000 50.0000000000 50.0000000000 100.0000000000
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 4124kb
input:
0.25 0.25 10 1 1
output:
1.0000000000 55.8755364807 14.2188841202 17.5236051502 7.9356223176 6.3648068670 3.5751072961 2.4849785408 1.5150214592 1.0000000000
result:
ok 10 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3784kb
input:
0.25 0.63 6 93 12
output:
93.0000000000 -14.2048079587 55.0387980103 4.8106704886 35.8771103687 12.0000000000
result:
ok 6 numbers
Test #6:
score: 0
Accepted
time: 0ms
memory: 4016kb
input:
0.25 0.80 10 5 63
output:
5.0000000000 78.7695361835 23.6923840459 68.9387249583 36.1885884763 64.1981270857 45.0004025525 62.6086023067 51.6524726186 63.0000000000
result:
ok 10 numbers
Test #7:
score: 0
Accepted
time: 0ms
memory: 3768kb
input:
0.25 0.99 3 18 30
output:
18.0000000000 48.7200000000 30.0000000000
result:
ok 3 numbers
Test #8:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
0.28 0.64 9 6 10
output:
6.0000000000 20.9504033485 9.7061129376 16.1259697656 10.7271838144 13.3242321180 10.5961826343 11.4944396931 10.0000000000
result:
ok 9 numbers
Test #9:
score: -100
Wrong Answer
time: 0ms
memory: 3764kb
input:
0.31 0.40 7 10 49
output:
10.0000000000 100.0000000000 35.0000000000 50.8500000000 29.7635000000 29.5666850000 21.0710723500
result:
wrong answer 2nd numbers differ - expected: '240.1150640', found: '100.0000000', error = '0.5835330'