QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#170693#7184. Transport Plusesucup-team1166#WA 2ms4288kbC++173.3kb2023-09-09 15:45:432023-09-09 15:46:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 4008kb

input:

1 2
1 1
5 3
6 2

output:

4.0000
3
0 1 2
1 6 3
0 5 3

result:

ok correct

Test #2:

score: 0
Accepted
time: 2ms
memory: 4288kb

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: 2ms
memory: 3792kb

input:

0 0
1 1
1 1

output:

0.0000
0

result:

ok correct

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 4072kb

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