QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#433316 | #8795. Mysterious Sequence | ucup-team3742# | WA | 0ms | 9348kb | Python3 | 375b | 2024-06-08 10:18:50 | 2024-06-08 10:18:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 9348kb
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