Competitions
Week 8: December 28 - January 10. Functions. Part 1
Square root
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.
Input example #1
178
Output example #1
4.000