QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#371381#8513. Insects, Mathematics, Accuracy, and Efficiencyezteam1WA 0ms3924kbC++145.0kb2024-03-30 09:59:232024-03-30 09:59:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

2000000.00000000000

result:

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

Test #2:

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

input:

2 100
17 7
19 90

output:

4849.70464443756

result:

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

Test #3:

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

input:

1 100
13 37

output:

0

result:

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

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3880kb

input:

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

output:

3000000.00000000000

result:

wrong answer 1st numbers differ - expected: '2240000.0000000', found: '3000000.0000000', error = '0.3392857'