题面
Input a real number , output its square root with error less than using bisection algorithm.
输入格式
Input a real number.
输出格式
Output its square root.
样例
输入
932282158.6512308
输出
30533.29590216
输入
560010284.599082
输出
23664.53643319
输入
922313882.8472252
输出
30369.62105206