Three different numbers a, b, c are given. Output the median number.
Input
Numbers a, b, c are integer and do not exceed 1000 by absolute value.
Output
Single number - the answer to the problem.