- Time limit: 1.00 s
- Memory limit: 512 MB
There are children, and each of them independently gets a random integer number of candies between and .
What is the expected maximum number of candies a child gets?
Input
The only input line contains two integers and .
Output
Print the expected number rounded to six decimal places (rounding half to even).
Constraints
Example
Input:
2 3
Output:
2.444444