Time limit per test: 0.25 second(s) Memory limit: 65536 kilobytes
input: standard output: standard
Vasya learned definition of median of three numbers. He says, "Median of three numbers is the number located in the middle when numbers are ordered in non-descending order". Subtle Pete gave him much more difficult task. Vasya has to find median of each of three triples and then find the median of three numbers he found. Please help Vasya with the task.
Input
The input file contains three lines. Each line contains three integers. Each number is not less than -1000 and is not greater than 1000.