1182: 求n个数中的最大值【典型题】(07级)wk

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:70 Solved:23

Description

输入n个整数,求其中的最大值。

Input

n,接着输入n个数字

Output

n个数字中的最大值

Sample Input Copy

5
10 15 60 78 9

Sample Output Copy

78