99991122 - x和y的最大值

输入两个整数 x 和 y,请你编写一个函数,int max(int x, int y),计算并输出 x 和 y 的最大值。 数据范围 −100≤x,y≤100

Input

共一行,包含两个整数 x 和 y。

Output

共一行,包含一个整数,表示两个数中较大的那个数。

Examples

Input

3 6 

Output

6
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题