QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#519180 | #8795. Mysterious Sequence | ucup-team3727 | WA | 26ms | 12484kb | Python3 | 5.3kb | 2024-08-14 17:07:43 | 2024-08-14 17:07:43 |
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: 26ms
memory: 12484kb
input:
1.0 1.0 10 1 10
output:
1 -0.32352941176470595 0.676470588235294 0.3529411764705881 1.0294117647058822 1.3823529411764703 2.4117647058823524 3.7941176470588225 6.205882352941175 9.999999999999996
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 20ms
memory: 12468kb
input:
1 1 2 1 100
output:
1 2.0
result:
wrong answer 2nd numbers differ - expected: '100.0000000', found: '2.0000000', error = '0.9800000'