QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#643430 | #5304. Money Game | ZhangYiDe | WA | 0ms | 3928kb | C++20 | 606b | 2024-10-15 21:10:39 | 2024-10-15 21:10:40 |
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: 3744kb
input:
2 4 2
output:
4.000000000 2.000000000
result:
ok 2 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
2 2 3
output:
3.333333333 1.666666667
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3928kb
input:
2 851648 722281
output:
1049286.000000000 524643.000000000
result:
ok 2 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 3852kb
input:
3 450762 114467 367746
output:
466487.500000000 233243.750000000 233243.750000000
result:
ok 3 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3740kb
input:
4 2 3 5 1
output:
4.400000000 2.200000000 2.200000000 2.200000000
result:
ok 4 numbers
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3796kb
input:
5 616288 155735 783782 648639 349827
output:
425711.833333333 851423.666666667 425711.833333333 425711.833333333 425711.833333333
result:
wrong answer 1st numbers differ - expected: '851423.6666667', found: '425711.8333333', error = '0.5000000'