魏老四OJ
Home
ProblemSet
Source/Category
Contest
题单
Status
Ranklist
F.A.Qs
Login
1812: 【入门】排名第二高的成绩
Memory Limit:16 MB
Time Limit:1.000 S
:
Creator:
Submit:5
Solved:3
Submit
Statistics
Description
帮老师统计一个班级
N
(
10<N<100
)个同学的考试成绩(成绩不可能全一样)中排名第二高的成绩是多少
Input
第1行有一个整数n
(
10<n<100
)
第2行有n个整数,用空格隔开。
Output
输出排名第2高的成绩。
Sample Input
15 98 98 56 88 98 99 66 87 67 89 54 77 66 89 60
Sample Output
98
Source/Category
数组问题
Submit
Statistics