Problem3095--最大值问题

3095: 最大值问题

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入n个整数,输出其中的最大值!


Input

输入两行:
第一行:一个整数n,
第二行:n个整数

Output

输出一个整数,表示最大值

Sample Input Copy

5
11 4 8 23 7

Sample Output Copy

23

Source/Category