1111 - 三个数比较大小
Time Limit : 1 秒
Memory Limit : 128 MB
从键盘读入3个整数,输出最大的数.
Input
3个数字
Output
3个数字中最大的数
Examples
Input
1 2 3
Output
3
Input
4 5 6
Output
6
Input
7 8 9
Output
9
Source
入门教程