1376 千年老二


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

苏明明每次考试的成绩都是排名第二,对于他来说,很窝火也很无奈。姑且不管他的感受,现在的任务是,在每次给出的一叠成绩中,请指出苏明明的考试成绩。

Input

若干行数据,每一行代表一次考试成绩,成绩为百分制,考试少则几个人,多则也就百来号人。

Output

对应每一次考试,输出苏明明的成绩。

Sample

Input

67 88 98 97 100 23 66 77
100 100 97 96 98 98 15 68 77 79 82

Output

98
98

Source: 浙工大2008C++期终考试


Comments

There are no comments at the moment.