For given three integers $a, b, c$, print the minimum value and the maximum value.
The input is given in the following format.
$a \; b \; c\;$
Three integers $a, b, c$ are given in a line.
Print the minimum and maximum values separated by a space in a line.
4 5 3
3 5