2964: 练53.1 打擂台

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

一天,尼克给了格莱尔$10$个数字,要求格莱尔在$1$秒钟之内说出最大的那个数,但格莱尔没有如此聪明的大脑。所以,请你试编一程序,输入$10$个数,输出其中最大的数。

Input

一行,十个整数,两数之间以一个空格隔开。

Output

一行,为“最大的数:max”,max表示输入的$10$个数中最大的那个数

Sample Input Copy

98 95 94 94 96 92 91.5 90 100 88

Sample Output Copy

最大的数:100