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

Input
输入数据v和a
Output
在屏幕上显示这段文字The minimum runway length for this airplane is 输出结果(小数点后四舍五入保留三位)
Examples
Input Format
60 3.5
Output Format
The minimum runway length for this airplane is 514.286