Problem1843--打擂台-班级的下限

1843: 打擂台-班级的下限

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 339  Solved: 267
[Status] [Submit] [Creator:]

Description

每个班的最后一名的分数被称为班级的下限。
小奥的班级有n个同学,输入他们的成绩,求出他们班的下限。

Input

第一行输入一个数字n,(0<n<100)
第二行,输入n个同学的成绩(假设成绩为n,0<n<100)。

Output

仅一个数字,输出这个班级的下限。

Sample Input Copy

10
30 40 50 60 70 80 90 15 20 25

Sample Output Copy

15

HINT


Source/Category

入门