1416 - 让我看看谁最大
Description

比较四个数:a,b,c,d,输出最大的数。

Input

四个整数

Output

其中最大的数

Examples

Input

7 8 9 4

Output

9

Input

1 2 4 5

Output

5
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 30
通过次数 23