QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#869952 | #8795. Mysterious Sequence | ucup-team6235# | WA | 1ms | 3968kb | C++14 | 1.2kb | 2025-01-25 14:03:31 | 2025-01-25 14:03:31 |
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: 3840kb
input:
1.0 1.0 10 1 10
output:
1.000000000 -0.323529412 0.676470588 0.352941176 1.029411765 1.382352941 2.411764706 3.794117647 6.205882353 10.000000000
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
1 1 2 1 100
output:
1.000000000 100.000000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 1ms
memory: 3968kb
input:
1 1 5 50 100
output:
50.000000000 -0.000000000 50.000000000 50.000000000 100.000000000
result:
ok 5 numbers
Test #4:
score: 0
Accepted
time: 1ms
memory: 3968kb
input:
0.25 0.25 10 1 1
output:
1.000000000 55.875536481 14.218884120 17.523605150 7.935622318 6.364806867 3.575107296 2.484978541 1.515021459 1.000000000
result:
ok 10 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
0.25 0.63 6 93 12
output:
93.000000000 -14.204807959 55.038798010 4.810670489 35.877110369 12.000000000
result:
ok 6 numbers
Test #6:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
0.25 0.80 10 5 63
output:
5.000000000 78.769536184 23.692384046 68.938724958 36.188588476 64.198127086 45.000402552 62.608602307 51.652472619 63.000000000
result:
ok 10 numbers
Test #7:
score: -100
Wrong Answer
time: 1ms
memory: 3968kb
input:
0.25 0.99 3 18 30
output:
18.000000000 120.000000000 30.000000000
result:
wrong answer 2nd numbers differ - expected: '48.7200000', found: '120.0000000', error = '1.4630542'