求两个数较小的数

输入两个整数,输出其中的较小值。 调用函数完成程序编写。 (使用min函数)

Input

一行两个整数a,b

Output

输出两个数中较大的数

Examples

Input

1 2

Output

1

来源

lema
Time limit 1 second
Memory limit 128 MB
讨论 统计