The square root of numbers
Given a list of numbers on a single line, you are asked to calculate the square root for each of them and print them on separate lines.
Input | Output |
---|---|
3 7 9 16 | 1.7320508075688772 |
Constraints
Time limit: 2 seconds
Memory limit: 512 MB
Output limit: 1 MB