QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#785543#3877. Battle Royaleucup-team4645AC ✓1ms5724kbC++232.5kb2024-11-26 18:11:572024-11-26 18:11:57

详细

Test #1:

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

input:

0 0
10 0
0 0 1000
5 0 2

output:

10.8112187742

result:

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

Test #2:

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

input:

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

output:

3138.4510616043

result:

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

Test #3:

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

input:

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

output:

30.0834425089

result:

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

Test #4:

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

input:

0 0
999 1
0 0 1000
500 0 1

output:

999.0010000003

result:

ok found '999.0010000', expected '999.0010000', error '0.0000000'

Test #5:

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

input:

0 0
10 10
0 0 1000
-1 6 5

output:

14.1426143013

result:

ok found '14.1426143', expected '14.1426143', error '0.0000000'

Test #6:

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

input:

10 10
0 0
0 0 1000
-1 6 5

output:

14.1426143013

result:

ok found '14.1426143', expected '14.1426143', error '0.0000000'

Test #7:

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

input:

0 0
0 10
0 0 1000
0 5 2

output:

10.8112187742

result:

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