Problem1228--多输入输出练习1

1228: 多输入输出练习1

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

Description

给定很多行数据,要求输出每一行的最大值.

Input

程序有多行输入,每一行以0结束.   

Output

有多行输出,对应输入的行数.

Sample Input Copy

23 -456 33 78 0
43 23 987 66 -137 324 0
544 27 7 9 102 234 -44 -732 723 0

Sample Output Copy

78
987
723

Source/Category