#abc193a. [abc193_a]Discount
[abc193_a]Discount
Problem Statement
A shop sells a product whose regular price is yen (Japanese currency) for yen. By what percentage of the regular price is this product discounted?
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the answer as a decimal.
Your answer will be judged as correct when its absolute or relative error from our answer is at most .
Sample Input 1
100 80
Sample Output 1
20.0
If a product whose regular price is yen is sold for yen, it is discounted by percent of the regular price.
Sample Input 2
7 6
Sample Output 2
14.285714285714285714
Sample Input 3
99999 99998
Sample Output 3
0.00100001000010000100