Read three integers and print the largest.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
3 7 5
Output
7