The array stores information about the height of 25 people. Determine how much the height of the tallest person exceeds the height of the shortest.
Input
The input is a string containing 25 natural numbers separated by a space. Each number is not greater than 250.
Imprint
Output the answer to the problem.