2673: 找最小数(查找)
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:84
Solved:44
Description
已知有N个数,求出最小的数。
Input
第一行仅一个数N,其中N(1<=N<=10000)为数的个数
第二行有N个整数。
Output
仅一个数,即最小值。
Sample Input Copy
5
4 3 5 7 1
Sample Output Copy
1