Write a program that reads pairs of numbers n and m with n ≥ m,
and for each pair prints Hn − Hm.
Input
Input consists of several pairs of natural numbers n and m
such that n ≥ m.
Output
For every pair,
print Hn − Hm
with 10 digits after the decimal point.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.