ORTL1P02 - Highest

no tags 

Given three integer numbers A, B and C, return which is the highest.

Input

One line with the numbers A, B and C. [-100 <= A, B, C <= 100]

Output

The highest value of the three numbers.

Example

Input:
23 4 8

Output:
23


Added by:Joaquin
Date:2014-05-01
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64