QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#515359 | #8795. Mysterious Sequence | ucup-team4538# | WA | 0ms | 3908kb | C++23 | 1022b | 2024-08-11 17:20:19 | 2024-08-11 17:20:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3908kb
input:
1.0 1.0 10 1 10
output:
1.00000000000000000 -0.32352941176470590 0.67647058823529416 0.35294117647058826 1.02941176470588247 1.38235294117647078 2.41176470588235325 3.79411764705882426 6.20588235294117752 10.00000000000000178
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3908kb
input:
1 1 2 1 100
output:
1.00000000000000000 inf
result:
wrong output format Expected double, but "inf" found