单点时限: 2.0 sec
内存限制: 512 MB
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