Problem1575--找最大值

1575: 找最大值

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

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

Input

输入10个整数,用空格隔开。

Output

输出;一个整数表示最大值

Sample Input Copy

1 2 3 4 5 6 9 8 7 99

Sample Output Copy

99

Source/Category