题面Write a program to input an integer n, and to output square root of n with format %f.输入格式input an integer n.输出格式output square root of n.样例输入120 输出10.954451 输入100 输出10.000000 输入1 输出1.000000