QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#203013 | #3858. Systematic salesman | ucup-team017# | WA | 2ms | 14192kb | C++14 | 2.1kb | 2023-10-06 14:38:11 | 2023-10-06 14:38:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 12128kb
input:
8 7 3 2 0 4 5 1 4 8 2 9 9 0 8 6 1
output:
26.3833257716 7 3 4 2 8 5 1 6
result:
ok correct!
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 14192kb
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:
402.5099853274 1 18 19 13 16 11 5 9 6 3 2 7 8 15 17 10 20 12 14 4
result:
wrong answer The first line of your output is 402.509985, but the length of jury's solution is 374.883681