5684: Q72-1 函数与最大值

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:41 Solved:29

Description

定义一个求两个整数最大值的函数,利用它求出 5 个整数的最大值。

Input

99 100 98 78 85

Output

100

Sample Input Copy

1 2 3 4 5

Sample Output Copy

5