eolymp
bolt
Try our new interface for solving problems
Problems

Median number

Median number

Three different integers $a, b, c$ are given. Print the median number. \InputFile Three integers $a, b, c$ that do not exceed $1000$ by absolute value. \OutputFile Print the median among three numbers.
Time limit 1 second
Memory limit 128 MiB
Input example #1
11 3 7
Output example #1
7