QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776965 | #3858. Systematic salesman | ucup-team425 | WA | 4673ms | 6312kb | C++20 | 5.1kb | 2024-11-23 21:56:58 | 2024-11-23 21:57:00 |
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: 4667ms
memory: 6312kb
input:
8 7 3 2 0 4 5 1 4 8 2 9 9 0 8 6 1
output:
26.383325772 7 3 4 2 8 5 1 6
result:
ok correct!
Test #2:
score: -100
Wrong Answer
time: 4673ms
memory: 6184kb
input:
20 4 71 52 7 49 15 59 83 12 9 46 6 74 44 89 50 32 10 82 58 11 33 78 72 27 49 64 75 97 0 38 46 91 54 8 70 18 61 79 92
output:
374.883681117 1 18 19 13 16 11 5 9 3 6 14 4 20 12 10 17 8 15 7 2
result:
wrong answer you reported 374.883681117 but the real length of your path is 440.110104531