QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#519183 | #8795. Mysterious Sequence | ucup-team3727 | WA | 24ms | 12584kb | Python3 | 5.3kb | 2024-08-14 17:08:48 | 2024-08-14 17:08:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 24ms
memory: 12396kb
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: 0
Accepted
time: 18ms
memory: 12420kb
input:
1 1 2 1 100
output:
1 100.0
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 20ms
memory: 12468kb
input:
1 1 5 50 100
output:
50 3.552713678800501e-15 50.0 50.0 100.0
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 21ms
memory: 12488kb
input:
0.25 0.25 10 1 1
output:
1 55.87553648068672 14.21888412017168 17.5236051502146 7.93562231759657 6.364806866952792 3.5751072961373405 2.4849785407725333 1.5150214592274684 1.0000000000000004
result:
ok 10 numbers
Test #5:
score: -100
Wrong Answer
time: 13ms
memory: 12584kb
input:
0.25 0.63 6 93 12
output:
93 -2.196895156100691 21.865956051656564 13.226328523518461 13.79907598273077 12.0
result:
wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-2.1968952', error = '0.8453414'