QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#113196#3877. Battle Royalelmq26052003WA 1ms4064kbC++20725b2023-06-16 17:27:262023-06-16 17:27:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

0 0
10 0
0 0 1000
5 0 2

output:

10.811218774181633

result:

ok found '10.8112188', expected '10.8112188', error '0.0000000'

Test #2:

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

input:

-999 -1
999 1
0 0 1000
0 0 999

output:

3138.451061604253937

result:

ok found '3138.4510616', expected '3138.4510616', error '0.0000000'

Test #3:

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

input:

-15 100
15 100
-10 -10 500
0 200 101

output:

30.083442508866401

result:

ok found '30.0834425', expected '30.0834425', error '0.0000000'

Test #4:

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

input:

0 0
999 1
0 0 1000
500 0 1

output:

999.005008010999973

result:

wrong answer 1st numbers differ - expected: '999.0010000', found: '999.0050080', error = '0.0000040'