2006 - 最值
Time Limit : 1 秒
Memory Limit : 128 MB
输入3个整数,输出这3个数里的最大值
Input
三行,每行一个整数
Output
一行,一个整数,即3个里面最大的那个
Examples
Input
1 2 3
Output
3