Max of Three
View as PDFGiven three numbers, your task is to determine which of them is the biggest.
Input Specification
There will be three lines of input each containing an integer between 1 and 1 million.
Output Specification
Print the greatest integer of the three.
Sample Input
8392
52
53494
Sample Output
53494
Comments