12105 - 求3个数中的最大数
Time Limit : 1 秒
Memory Limit : 128 MB
输入3个整数,求3个数的最大数。
Input
a b c
Output
3个数中的最大数
Examples
Input
5 10 2
Output
10