QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#433324 | #8795. Mysterious Sequence | ucup-team3742# | WA | 7ms | 10488kb | Python3 | 375b | 2024-06-08 10:21:53 | 2024-06-08 10:21:53 |
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: 0
Wrong Answer
time: 7ms
memory: 10488kb
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:
wrong output format Expected double, but "[1," found