我可以在0101的OJ里,刷一整天的题!—— by 仔仔

5745: Q33-2 输出最小数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:maidang
Submit:52 Solved:26

Description

输入n个数,输出最小的数(n>=2)

Input

输入n个数字

Output

输出最小的数字

Sample Input Copy

12
43 45 54 32 65 86 43 23 52 72 73 47

Sample Output Copy

23