Problem J: 12-综合练习-四个数中的最大值 Problem J: 12-综合练习-四个数中的最大值
Time Limit: 1 Sec Memory Limit: 128 MB
Submit: 114 Solved: 105
[Submit] [Status] [Web Board] [Creator:]Description
输入a、b、c、d四个数,输出其中最大值。
Input
一行数组,分别为a b c d
Output
a b c d其中最大的数
Sample Input
10 20 30 15
Sample Output
30
[Submit][Status]