QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#164479#5479. Traveling Salesperson in an Islandntu_vjudge_2WA 2ms4004kbC++174.3kb2023-09-05 00:27:362023-09-05 00:27:36

Details

Tip: Click on the bar to expand more detailed information

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'