You throw a dice $n$ times, and every throw produces an outcome between $1$ and $6$ . What is the probability that the sum of outcomes is between $a$ and $b$ ?
The only input line contains three integers $n$ , $a$ and $b$ .
Print the probability rounded to six decimal places (rounding half to even).