eolymp
Problems

Square root

Square root

Time limit 1 second
Memory limit 128 MiB

Find the square root of the sum of digits of three digit number.

Input data

One positive three digit integer.

Output data

Print the square root of the sum of digits with 3 digits after the decimal point.

Examples

Input example #1
178
Output example #1
4.000