编程介的小学生 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
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置