编程介的小学生 2017-04-21 12:29 采纳率: 20.5%
浏览 799
已采纳

Fly Monkey

Fly Monkey is a well-known program of the circus, which is performed by the beautiful and lovely monkey Pipi. In the program of Fly Monkey, there are two long steel wires in air. Pipi is initially located on one of the wires, and her objective is reaching another wire. Pipi must first crawl over the wire from her initial position by some distance, and then jump to some position of another wire. Since Pipi moves quite fast, the trace of her jumping can be considered as a stright line. To prevent from dangers, Pipi tends to shorten her jumping distance, while cannot crawl by more than distance d in advance to save the time. In this conditions, how long Pipi must jump at least?

Input

Input contains multiple test cases. Each test case contains 16 real numbers in one line, which are x1, y1, z1, x2, y2, z2, x3, y3, z3, x4, y4, z4, xp, yp, zp, d. (x1,y1,z1)-(x2,y2,z2) are the coordinates of the two ends of the first wire, (x3,y3,z3)-(x4,y4,z4) are the coordinates of the two ends of the second wire, (xp,yp,zp) is the coordinate of the initial position of PiPi, d is the maximum distance Pipi can crawl. It is guaranteed that Pipi must locate on the first wire, and the lengthes of the two wires are positive. But wires may intersect or even overlap.

Output

There is only one line for each test case, which contains a real number. Three digits after decimal point are preserved by rounding.

Sample Input

0.0 0.0 0.0 4.0 4.0 0.0 4.0 0.0 1.0 0.0 4.0 1.0 2.0 2.0 0.0 10.0
Sample Output

1.000

  • 写回答

1条回答

报告相同问题?

悬赏问题

  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题