QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#370958#8513. Insects, Mathematics, Accuracy, and Efficiencyucup-team2016WA 1ms4200kbC++209.7kb2024-03-29 20:06:262024-03-29 20:07:07

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 4072kb

input:

4 1000
-1000 0
0 0
1000 0
0 -1000

output:

2000000.00000000000000000000

result:

ok found '2000000.000000000', expected '2000000.000000000', error '0.000000000'

Test #2:

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

input:

2 100
17 7
19 90

output:

4849.70464443756374084415

result:

ok found '4849.704644438', expected '4849.704644438', error '0.000000000'

Test #3:

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

input:

1 100
13 37

output:

0.0

result:

ok found '0.000000000', expected '0.000000000', error '-0.000000000'

Test #4:

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

input:

4 1000
-800 600
800 600
-800 -600
800 -600

output:

2240000.00000000000000000000

result:

ok found '2240000.000000000', expected '2240000.000000000', error '0.000000000'

Test #5:

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

input:

3 1000
200 400
-600 -400
400 -800

output:

1045685.42494923801950790221

result:

ok found '1045685.424949238', expected '1045685.424949238', error '0.000000000'

Test #6:

score: -100
Wrong Answer
time: 1ms
memory: 4200kb

input:

4 1000
200 -600
600 -400
800 -600
0 -800

output:

732200.00000000000000000000

result:

wrong answer 1st numbers differ - expected: '732310.5625618', found: '732200.0000000', error = '0.0001510'