1034: 【小学测试题1】找最大

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:6 Solved:8

Description

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

Input

输入格式:一行,包括4个正整数。
```
12 87 33 55
```

Output

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

Sample Input Copy


Sample Output Copy