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