1266: 用while语句找最大值(1)

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:39 Solved:17

Description

写一个程序,可以输入5个正数,程序判断输出最大的正数。

Input

5个正整数

Output

最大的数

Sample Input Copy

12 15 25 16 17

Sample Output Copy

25