QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433897 | #8795. Mysterious Sequence | ucup-team2796# | WA | 16ms | 10716kb | Python3 | 410b | 2024-06-08 13:48:50 | 2024-06-08 13:49:15 |
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: 15ms
memory: 10628kb
input:
1.0 1.0 10 1 10
output:
1.0 -0.3235294117647059 0.6764705882352942 0.3529411764705882 1.0294117647058822 1.3823529411764706 2.411764705882353 3.7941176470588234 6.205882352941176 10.0
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 15ms
memory: 10580kb
input:
1 1 2 1 100
output:
1.0 100.0
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 12ms
memory: 10716kb
input:
1 1 5 50 100
output:
50.0 0.0 50.0 50.0 100.0
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 15ms
memory: 10580kb
input:
0.25 0.25 10 1 1
output:
1.0 55.8755364806867 14.218884120171674 17.523605150214593 7.935622317596567 6.36480686695279 3.575107296137339 2.4849785407725324 1.5150214592274678 1.0
result:
ok 10 numbers
Test #5:
score: -100
Wrong Answer
time: 16ms
memory: 10708kb
input:
0.25 0.63 6 93 12
output:
93.0 -2.1968951561006964 21.86595605165656 13.226328523518461 13.79907598273077 12.0
result:
wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-2.1968952', error = '0.8453414'