QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433327 | #8795. Mysterious Sequence | ucup-team3742# | WA | 9ms | 9460kb | Python3 | 392b | 2024-06-08 10:23:00 | 2024-06-08 10:23:00 |
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: 5ms
memory: 9460kb
input:
1.0 1.0 10 1 10
output:
1 -0.3235294117647059 0.6764705882352942 0.35294117647058826 1.0294117647058825 1.3823529411764708 2.4117647058823533 3.7941176470588243 6.2058823529411775 10.000000000000002
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 3ms
memory: 9352kb
input:
1 1 2 1 100
output:
1 100.0
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 9324kb
input:
1 1 5 50 100
output:
50 0.0 50.0 50.0 100.0
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 6ms
memory: 9444kb
input:
0.25 0.25 10 1 1
output:
1 55.8755364806867 14.218884120171674 17.523605150214593 7.935622317596566 6.36480686695279 3.575107296137339 2.4849785407725324 1.515021459227468 1.0
result:
ok 10 numbers
Test #5:
score: -100
Wrong Answer
time: 9ms
memory: 9332kb
input:
0.25 0.63 6 93 12
output:
93 -2.1968951561007 21.86595605165656 13.226328523518458 13.799075982730768 12.0
result:
wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-2.1968952', error = '0.8453414'