Problem5763--求最小值5763: 求最小值
Time Limit: 1.000 Sec Memory Limit: 128 MB
Submit: 6 Solved: 8
[Submit] [Status] [Web Board] [Creator:]Description
求n个数中的最小值。
Input
第1行:一个整数n
第2行:n个整数
Output
一行:最小值。
Sample Input
10
5 6 3 1 9 12 15 4 8 7
Sample Output
1
Source/Category
[Submit] [Status]