2001 - 谁是较大数
Time Limit : 1 秒
Memory Limit : 128 MB
输入两个整数,输出其中大的那个
Input
输入两行,两个整数a和b
Output
输出大的那个整数
Examples
Input
2 9
Output
9