QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#515418 | #8795. Mysterious Sequence | ucup-team4538# | WA | 0ms | 3812kb | C++23 | 1.1kb | 2024-08-11 17:41:07 | 2024-08-11 17:41:08 |
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: 3812kb
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: 3808kb
input:
1 1 2 1 100
output:
1.00000000000000000 0.00000000000000000
result:
wrong answer 2nd numbers differ - expected: '100.0000000', found: '0.0000000', error = '1.0000000'