QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#434536 | #8795. Mysterious Sequence | ucup-team3745# | WA | 1ms | 3968kb | C++23 | 1.3kb | 2024-06-08 16:30:30 | 2024-06-08 16:30:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3892kb
input:
1.0 1.0 10 1 10
output:
1 -0.3235294 0.6764706 0.3529412 1.0294118 1.3823529 2.4117647 3.7941176 6.2058824 10.0000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3784kb
input:
1 1 2 1 100
output:
1 100
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3920kb
input:
1 1 5 50 100
output:
50 -0.0000000 50.0000000 50.0000000 100.0000000
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 3892kb
input:
0.25 0.25 10 1 1
output:
1 55.8755365 14.2188841 17.5236052 7.9356223 6.3648069 3.5751073 2.4849785 1.5150215 1.0000000
result:
ok 10 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
0.25 0.63 6 93 12
output:
93 -14.2048080 55.0387980 4.8106705 35.8771104 12.0000000
result:
ok 6 numbers
Test #6:
score: 0
Accepted
time: 1ms
memory: 3892kb
input:
0.25 0.80 10 5 63
output:
5 78.7695362 23.6923840 68.9387250 36.1885885 64.1981271 45.0004026 62.6086023 51.6524726 63.0000000
result:
ok 10 numbers
Test #7:
score: 0
Accepted
time: 1ms
memory: 3896kb
input:
0.25 0.99 3 18 30
output:
18 48.7200000 30.0000000
result:
ok 3 numbers
Test #8:
score: 0
Accepted
time: 0ms
memory: 3708kb
input:
0.28 0.64 9 6 10
output:
6 20.9504033 9.7061129 16.1259698 10.7271838 13.3242321 10.5961826 11.4944397 10.0000000
result:
ok 9 numbers
Test #9:
score: -100
Wrong Answer
time: 0ms
memory: 3888kb
input:
0.31 0.40 7 10 49
output:
10 100.0000000 35.0000000 50.8500000 29.7635000 29.5666850 21.0710724
result:
wrong answer 2nd numbers differ - expected: '240.1150640', found: '100.0000000', error = '0.5835330'