QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#433442 | #8795. Mysterious Sequence | ucup-team3647# | WA | 14ms | 11496kb | Python3 | 744b | 2024-06-08 11:14:30 | 2024-06-08 11:14:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 14ms
memory: 11496kb
input:
1.0 1.0 10 1 10
output:
[Fraction(34, 1), Fraction(21, 1)] <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> 1.000000000000000 -0.323529411764706 0.676470588235294 0.352941176470588 1.029411764705882 1.382352941176471 2.411764705882353 3.794117647058824 6.205882352941176 10.000000000000000
result:
wrong output format Expected double, but "[Fraction(34," found