QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#152195 | #5479. Traveling Salesperson in an Island | ntu_vjudge_2 | WA | 1ms | 3860kb | C++17 | 2.4kb | 2023-08-27 18:05:26 | 2023-08-27 18:05:26 |
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: 1ms
memory: 3860kb
input:
4 4 0 0 2 0 2 2 0 2 1 0 1 2 2 1 0 1
output:
5.6568542495
result:
ok found '5.6568542', expected '5.6568542', error '0.0000000'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3720kb
input:
8 2 0 0 4 0 4 4 0 4 0 3 3 3 3 1 0 1 0 0 0 4
output:
8.0000000000
result:
wrong answer 1st numbers differ - expected: '16.6491106', found: '8.0000000', error = '0.5194939'