QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#433442#8795. Mysterious Sequenceucup-team3647#WA 14ms11496kbPython3744b2024-06-08 11:14:302024-06-08 11:14:30

详细

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