1932: 较大的数字

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:20 Solved:10

Description

输入两行,一行一个数字(数字的位数可能有 200 位),
输出两个数字中较大的。

Sample Input Copy

123456789123456789123456789
987654329876543298765432

Sample Output Copy

123456789123456789123456789

Source/Category