Write a program that reads three numbers and prints their maximum. This exercise is slightly harder than problem://problemsjutge.org:problems/p1/roura/maxim3-facil.pbm.
Input consists of three integer numbers.
Print a line with the maximum of the three numbers.
Input
736 291 348
Output
736
Input
12 -569 666
Output
666