QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#510470#1340. All your base are belong to usGuanYunchangWA 16ms10944kbPython31.4kb2024-08-09 05:35:312024-08-09 05:35:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 10944kb

input:

3 1
0 1
1 0
1 1

output:

0.707106795328683

result:

ok found '0.7071068', expected '0.7071100', error '0.0000032'

Test #2:

score: 0
Accepted
time: 16ms
memory: 10944kb

input:

6 3
1 1
2 1
3 2
5 3
8 5
13 8

output:

17.50425638459438

result:

ok found '17.5042564', expected '17.5042600', error '0.0000002'

Test #3:

score: 0
Accepted
time: 13ms
memory: 10844kb

input:

9 3
573 -50
-256 158
-751 14
314 207
293 567
59 -340
-243 -22
-268 432
-91 -192

output:

1841.3809884773068

result:

ok found '1841.3809885', expected '1841.2090400', error '0.0000934'

Test #4:

score: 0
Accepted
time: 16ms
memory: 10940kb

input:

3 2
-319 -811
-864 -233
-465 -495

output:

794.4236904962524

result:

ok found '794.4236905', expected '794.4236905', error '0.0000000'

Test #5:

score: 0
Accepted
time: 10ms
memory: 10792kb

input:

10 10
-698 -845
470 -24
-136 816
-671 806
769 253
-918 331
791 692
-43 958
-967 -620
-793 462

output:

8329.438639333428

result:

ok found '8329.4386393', expected '8329.4386393', error '0.0000000'

Test #6:

score: 0
Accepted
time: 16ms
memory: 10868kb

input:

7 6
-724 -599
899 -5
667 -707
714 -461
-597 938
-875 464
-857 65

output:

5743.370003343605

result:

ok found '5743.3700033', expected '5742.9464651', error '0.0000737'

Test #7:

score: 0
Accepted
time: 11ms
memory: 10756kb

input:

9 7
-60 -624
-429 43
748 -813
362 204
869 910
519 -883
-715 -646
-130 902
-255 -55

output:

6144.680362433002

result:

ok found '6144.6803624', expected '6144.6664443', error '0.0000023'

Test #8:

score: 0
Accepted
time: 9ms
memory: 10760kb

input:

2 1
-227 -556
-691 -537

output:

232.30326042712406

result:

ok found '232.3032604', expected '232.1944228', error '0.0004687'

Test #9:

score: 0
Accepted
time: 11ms
memory: 10784kb

input:

7 5
-930 58
-255 210
16 -304
793 118
-315 -613
-266 677
903 -939

output:

4414.261524789941

result:

ok found '4414.2615248', expected '4414.2615246', error '0.0000000'

Test #10:

score: 0
Accepted
time: 10ms
memory: 10924kb

input:

10 3
800 945
510 -90
-624 -865
-318 336
-93 -791
162 750
827 295
-154 192
-565 -122
-719 904

output:

3308.2051388672107

result:

ok found '3308.2051389', expected '3305.8642072', error '0.0007081'

Test #11:

score: -100
Wrong Answer
time: 11ms
memory: 10836kb

input:

5 1
108 -850
546 -598
912 -508
-281 -729
368 822

output:

862.2056416226054

result:

wrong answer 1st numbers differ - expected: '858.6496986', found: '862.2056416', error = '0.0041413'