Throwing dice
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
A dice with faces numbered from to is rolled times. Find the probability that the sum of all the rolled numbers will be exactly .
Input
Two integers and .
Output
Print the required probability with at least two decimal places.
Examples
Input #1
Answer #1
Submissions 385
Acceptance rate 17%