Problem2455--输出两个数中较大的数

2455: 输出两个数中较大的数

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

Description

读入两个整数,输出其中较大者。例如,输入:10 19 输出19
又如,输入: 100 8 输出100

Sample Input Copy

10 19

Sample Output Copy

19

Source/Category

入门 if