Problem D: 判断两个数谁大

Problem D: 判断两个数谁大

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

Description

输入两个整数a,b,输出较大的那个数的值。

Sample Input Copy

123 456

Sample Output Copy

456