Problem3096--最小值问题

3096: 最小值问题

[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

4

Source/Category