Square root
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the square root of the sum of digits of three digit number.
Input
One positive three digit integer.
Output
Print the square root of the sum of digits with 3 digits after the decimal point.
Examples
Input #1
Answer #1
Submissions 18K
Acceptance rate 58%