1110: C语言2.6

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:6 Solved:3

Description

输入10个整数,输出其中最大的数。

Input

输入包含10行,每一行一个整数。

Output

请输出读入的10个数中的最大值。请注意行尾输出换行。

Sample Input Copy

10
6
1
3
5
87
100
25
111
56

Sample Output Copy

111

Source/Category