The value of the expression 6
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Calculate the value of the expression for the given real values of the variables x and y.
Input
Two real numbers, x and y, provided on a single line, separated by a space.
Output
The result of the expression, rounded to three decimal places.
Examples
Input #1
Answer #1
Submissions 9K
Acceptance rate 55%