1064 三数求大值
Time Limit : 2000/1000 MS(Java/Others) | Memory Limit : 65536/32768 KB(Java/Others)
Submits : 22821 | Solved : 12998
Description
从键盘输入三个整数x,y和z,求出最大数的值。
Input
输入三个整数x,y和z。
Output
输出最大数的值。
Sample Input
20 16 18
Sample Output
20
HINT
Source
NBU OJ