QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#171116#7184. Transport Plusesucup-team1166#WA 5ms11368kbC++172.7kb2023-09-09 16:29:202023-09-09 16:29:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 10344kb

input:

1 2
1 1
5 3
6 2

output:

4.0000
3
0 1 2
1 5 2
0 5 3

result:

ok correct

Test #2:

score: 0
Accepted
time: 3ms
memory: 11368kb

input:

2 1
1 1
6 1
1 3
6 3

output:

2.0000
2
1 0 3
2 6 1

result:

ok correct

Test #3:

score: 0
Accepted
time: 4ms
memory: 9304kb

input:

0 0
1 1
1 1

output:

0.0000
0

result:

ok correct

Test #4:

score: -100
Wrong Answer
time: 5ms
memory: 9236kb

input:

0 0
100 100
0 0

output:

200.0000
200
0 99 100
0 98 100
0 97 100
0 96 100
0 95 100
0 94 100
0 93 100
0 92 100
0 91 100
0 90 100
0 89 100
0 88 100
0 87 100
0 86 100
0 85 100
0 84 100
0 83 100
0 82 100
0 81 100
0 80 100
0 79 100
0 78 100
0 77 100
0 76 100
0 75 100
0 74 100
0 73 100
0 72 100
0 71 100
0 70 100
0 69 100
0 68 100...

result:

wrong answer read 200.000000 but expected 141.421356, error = 58.578644