QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#558028 | #8795. Mysterious Sequence | ucup-team2055# | WA | 0ms | 3800kb | C++23 | 736b | 2024-09-11 13:35:19 | 2024-09-11 13:35:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3800kb
input:
1.0 1.0 10 1 10
output:
1 -0.3235294118 0.6764705882 0.3529411765 1.0294117647 1.3823529412 2.4117647059 3.7941176471 6.2058823529 10
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3692kb
input:
1 1 2 1 100
output:
1 100|n
result:
wrong output format Expected double, but "100|n" found