11163: 2.24物理方面:求出跑道长度

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:0

Description

(物理方面:求出跑道长度)假设一个飞机的加速度是a而起飞速度是v,那么可以使用下面的公式计算出飞机起飞所需要的最短跑到长度:

                       

编写程序,提示用户输入以米/秒为单位的速度v和以米/秒为单位的平方(m/s^2)为单位的加速度a,然后显示最短跑道长度

Input

输入数据v和a

Output

在屏幕上显示这段文字The minimum runway length for this airplane is  输出结果(小数点后四舍五入保留三位)

Sample Input Copy

60  3.5 

Sample Output Copy

The minimum runway length for this airplane is 514.286