QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#795365#9823. Mouse Trapucup-team425#WA 23ms10104kbC++202.8kb2024-11-30 19:56:242024-11-30 19:56:24

詳細信息

Test #1:

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

input:

4
0 0
1 0
1 1
0 1

output:

2.0000000000000

result:

ok found '2.00000', expected '2.00000', error '0.00000'

Test #2:

score: 0
Accepted
time: 1ms
memory: 5960kb

input:

5
0 0
1 0
2 1
1 2
0 2

output:

3.6666666666667

result:

ok found '3.66667', expected '3.66667', error '0.00000'

Test #3:

score: 0
Accepted
time: 0ms
memory: 7752kb

input:

3
-3141592 -2718281
-3141593 -2718281
-3141592 -2718282

output:

1.0

result:

ok found '1.00000', expected '1.00000', error '0.00000'

Test #4:

score: 0
Accepted
time: 0ms
memory: 7840kb

input:

4
-10000000 -10000000
10000000 -10000000
10000000 10000000
-10000000 10000000

output:

2.0000000000000

result:

ok found '2.00000', expected '2.00000', error '0.00000'

Test #5:

score: 0
Accepted
time: 1ms
memory: 5940kb

input:

6
-10000000 -10000000
0 -10000000
10000000 0
10000000 10000000
0 10000000
-10000000 0

output:

6.0000000000000

result:

ok found '6.00000', expected '6.00000', error '0.00000'

Test #6:

score: 0
Accepted
time: 1ms
memory: 8012kb

input:

80
-56 -1
-55 -6
-54 -10
-53 -13
-51 -18
-50 -20
-47 -25
-45 -28
-42 -32
-38 -37
-37 -38
-32 -42
-28 -45
-25 -47
-20 -50
-18 -51
-13 -53
-10 -54
-6 -55
-1 -56
0 -56
5 -55
9 -54
12 -53
17 -51
19 -50
24 -47
27 -45
31 -42
36 -38
37 -37
41 -32
44 -28
46 -25
49 -20
50 -18
52 -13
53 -10
54 -6
55 -1
55 0
5...

output:

13022.3646755575479

result:

ok found '13022.36468', expected '13022.36468', error '0.00000'

Test #7:

score: 0
Accepted
time: 1ms
memory: 6040kb

input:

4336
-22883 -1
-22882 -43
-22881 -84
-22880 -124
-22879 -163
-22878 -201
-22877 -238
-22876 -274
-22875 -309
-22874 -343
-22873 -376
-22872 -408
-22871 -439
-22870 -469
-22869 -498
-22868 -526
-22867 -553
-22866 -579
-22865 -604
-22864 -628
-22863 -651
-22862 -673
-22861 -694
-22859 -735
-22858 -755...

output:

2071959690.1523313882062

result:

ok found '2071959690.15233', expected '2071959690.15233', error '0.00000'

Test #8:

score: -100
Wrong Answer
time: 23ms
memory: 10104kb

input:

199344
-7134251 -1
-7134250 -287
-7134249 -572
-7134248 -856
-7134247 -1139
-7134246 -1421
-7134245 -1702
-7134244 -1982
-7134243 -2261
-7134242 -2539
-7134241 -2816
-7134240 -3092
-7134239 -3367
-7134238 -3641
-7134237 -3914
-7134236 -4186
-7134235 -4457
-7134234 -4727
-7134233 -4996
-7134232 -5264...

output:

10805.6170997798551

result:

wrong answer 1st numbers differ - expected: '201338821149252.00000', found: '10805.61710', error = '1.00000'