Equation - 1
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
For given positive integer k solve the equation
It is known that equation has one root.
Input
One positive integer k (k ≤ 10^9
).
Output
Print the single root of the equation with 4 decimal digits.
Examples
Input #1
Answer #1
Submissions 326
Acceptance rate 31%