QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#437552 | #8795. Mysterious Sequence | ucup-team3619# | WA | 1ms | 3948kb | C++23 | 742b | 2024-06-09 13:26:05 | 2024-06-09 13:26:05 |
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: 1ms
memory: 3720kb
input:
1.0 1.0 10 1 10
output:
1.0000000000000000 -0.3235294117647059 0.6764705882352941 0.3529411764705882 1.0294117647058824 1.3823529411764706 2.4117647058823529 3.7941176470588235 6.2058823529411765 10.0000000000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
1 1 2 1 100
output:
1 100
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
1 1 5 50 100
output:
50.0000000000000000 0.0000000000000000 50.0000000000000000 50.0000000000000000 100.0000000000000000
result:
ok 5 numbers
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3948kb
input:
0.25 0.25 10 1 1
output:
-nan inf -nan -nan -nan -nan -nan -nan -nan -nan
result:
wrong output format Expected double, but "-nan" found