Problem1354--函数

1354: 函数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

 函数的表达式如下:编写程序,当输入x后输出y的值。

Input

 共一行,x。

Output

 一个数,y,保留两位小数。

Sample Input Copy

30

Sample Output Copy

5.00

Source/Category