Square root
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find such number that with no less than digits after the decimal point.
Input
One real number .
Output
Print the root with no less than digits after the decimal point.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 12K
Acceptance rate 39%