QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#579578 | #8774. Manhattan Walk | ucup-team4741# | WA | 13ms | 19648kb | C++20 | 1.5kb | 2024-09-21 15:27:46 | 2024-09-21 15:27:46 |
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: 4ms
memory: 19640kb
input:
2 3 8
output:
2.87500000
result:
ok found '2.8750000', expected '2.8750000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 19648kb
input:
5 5 5
output:
2.43223387
result:
ok found '2.4322339', expected '2.4322339', error '0.0000000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 19592kb
input:
1 1 1
output:
0.00000000
result:
ok found '0.0000000', expected '0.0000000', error '-0.0000000'
Test #4:
score: -100
Wrong Answer
time: 13ms
memory: 19556kb
input:
1000 1000 1000000000
output:
961955100.07631996
result:
wrong answer 1st numbers differ - expected: '1782317138.8083761', found: '961955100.0763199', error = '0.4602784'