QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#436126 | #8795. Mysterious Sequence | ucup-team2725# | WA | 0ms | 3980kb | C++20 | 839b | 2024-06-08 23:20:01 | 2024-06-08 23:20:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3980kb
input:
1.0 1.0 10 1 10
output:
1.00000000000000000000 -0.32352941175286092923 0.67647058824713912628 0.35294117649427819705 1.02941176474141737884 1.38235294123569563141 2.41176470597711301025 3.79411764721280864165 6.20588235318992165190 10.00000000040273029356
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
1 1 2 1 100
output:
1.00000000000000000000 100.00000000013966428014
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3912kb
input:
1 1 5 50 100
output:
50.00000000000000000000 0.00000000015777218104 50.00000000015776890905 50.00000000031553781810 100.00000000047330672714
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 3892kb
input:
0.25 0.25 10 1 1
output:
1.00000000000000000000 55.87553648067341782735 14.21888412016835445684 17.52360515021044307105 7.93562231759469938197 6.36480686695128561325 3.57510729613649624881 2.48497854077194535449 1.51502145922711051185 0.99999999999976396658
result:
ok 10 numbers
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3912kb
input:
0.25 0.63 6 93 12
output:
93.00000000000000000000 -2.19689515620361319748 21.86595605159172350795 13.22632852345188325671 13.79907598267261725766 11.99999999994671995296
result:
wrong answer 2nd numbers differ - expected: '-14.2048080', found: '-2.1968952', error = '0.8453414'