编程介的小学生 2017-05-09 02:56 采纳率: 20.5%
浏览 831
已采纳

Three Circles

Given the positions of three circles, you want to draw them on the paper with a pen. You can start drawing at any place and move the pen arbitrarily on the paper, the pen can be lifted or lowered at any time. If the pen is lifted up, you will draw nothing. You cannot draw partial circle, that means if you start drawing a circle, you must finish it, then you can draw another one.

It takes 1 unit time to move the pen a distance of 1 unit and 0 time to lift or lower the pen.

Your task is to calculate the minimum time to draw the three circles.

Input

The input starts with a number T (T<=100) on the first line, which is the number of test cases. Each test case contains 9 real numbers in a line: x1 y1 r1 x2 y2 r2 x3 y3 r3

xi, yi(-10000 <= xi, yi <= 10000), ri(0 < ri <= 10000) is the coordinate of center and radius of the i-th circle.

Any two of the circles have no common points and it never happens that one circle is entirely inside another one.

Output

For each test case, output the minimum time in a single line, the result is to be printed accurately rounded to three decimals.

Sample Input

2
0 0 0.5 -2 0 0.5 2 0 0.5
0 0 1 -2 2 1 2 2 1
Sample Output

12.425
21.322

  • 写回答

1条回答 默认 最新

  • devmiao 2017-05-23 18:12
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥60 Python如何后台操作Vmwake虚拟机键鼠
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容