QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#776967 | #3858. Systematic salesman | ucup-team425 | WA | 4731ms | 8292kb | C++20 | 5.1kb | 2024-11-23 21:57:24 | 2024-11-23 21:57:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 4728ms
memory: 6252kb
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: 4731ms
memory: 8292kb
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:
383.556391163 16 13 19 18 1 11 5 9 3 6 2 7 15 8 17 10 12 20 4 14
result:
wrong answer The first line of your output is 383.556391, but the length of jury's solution is 374.883681