Two Lottery Games
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
While returning home, you noticed an announcement:
"Select distinct numbers from the range to inclusive. We will randomly select distinct numbers from the same range. If at least numbers match, you win."
Calculate the probability of your win.
Input
Each line is a separate test case and contains three integers: , , and .
Output
For each test case, print the probability of your win, with at least decimal places.
Examples
Input #1
Answer #1
Submissions 178
Acceptance rate 59%