QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#155677 | #5479. Traveling Salesperson in an Island | ntu_vjudge_2 | WA | 1ms | 3848kb | C++17 | 7.2kb | 2023-09-02 00:18:59 | 2023-09-02 00:19:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3848kb
input:
4 4 0 0 2 0 2 2 0 2 1 0 1 2 2 1 0 1
output:
5.65685424949238058190
result:
ok found '5.6568542', expected '5.6568542', error '0.0000000'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3848kb
input:
8 2 0 0 4 0 4 4 0 4 0 3 3 3 3 1 0 1 0 0 0 4
output:
20.64911064067351986751
result:
wrong answer 1st numbers differ - expected: '16.6491106', found: '20.6491106', error = '0.2402531'