Problem2250--最大的数

2250: 最大的数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 3  Solved: 3
[Status] [Submit] [Creator:]

Description

输入4个正整数,输出最大的那个数

Input

输入格式:一行,包括4个正整数。

Output

输出格式:一个数字,输出最大的那个数字

Sample Input Copy

12 87 33 55

Sample Output Copy

87

Source/Category