Second
Largest
Three
numbers A, B and C are the inputs. Write a program to find
second largest among three numbers. 
Input
The
first line contains three integers A, B and C. 
Output
Display
the second largest among A, B and C.
Constraints
 
  | 
   Sample Input1: 
   | 
  
   Sample Input2: 
   | 
 
 
  | 
   120 11 400 
   | 
  
   10213 312 10 
   | 
 
 
  | 
   Sample  Output1: 
   | 
  
   Sample  Output2: 
   | 
 
 
  | 
   120 
   | 
  
   312 
   | 
 
 
 
Для отправки решений необходимо