QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#435737 | #8795. Mysterious Sequence | ucup-team1123# | WA | 1ms | 3756kb | C++23 | 32.4kb | 2024-06-08 21:16:40 | 2024-06-08 21:16:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3756kb
input:
1.0 1.0 10 1 10
output:
1.0000000000000000 -0.3235294117647058 0.6764705882352941 0.3529411764705882 1.0294117647058823 1.3823529411764705 2.4117647058823529 3.7941176470588235 6.2058823529411764 10.0000000000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3680kb
input:
1 1 2 1 100
output:
1.0000000000000000 100.0000000000000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3596kb
input:
1 1 5 50 100
output:
50.0000000000000000 0.0000000000000000 50.0000000000000000 50.0000000000000000 100.0000000000000000
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 1ms
memory: 3520kb
input:
0.25 0.25 10 1 1
output:
1.0000000000000000 55.8755364806866952 14.2188841201716738 17.5236051502145922 7.9356223175965665 6.3648068669527896 3.5751072961373390 2.4849785407725321 1.5150214592274678 1.0000000000000000
result:
ok 10 numbers
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3612kb
input:
0.25 0.63 6 93 12
output:
93.0000000000000000 -14.2048079586650447 14.3009709860410218 5.4584097315395825 7.0140408773801924 5.7834481856344168
result:
wrong answer 3rd numbers differ - expected: '55.0387980', found: '14.3009710', error = '0.7401656'