1183: 求n个数中的最小值ck

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:40 Solved:21

Description

输入n个整数,求最小值

Input

第一行,n,表示n个数
第二行,输入n个数。

Output

n个数中的最小值

Sample Input Copy

3
50 999 20

Sample Output Copy

20