Max of Three

View as PDF

Submit solution

Points: 3
Time limit: 2.0s
Memory limit: 64M

Author:
Problem type

Given 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

There are no comments at the moment.