#A00000. min(a,b)

min(a,b)

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the min.

Format

Input

Two integers x and y, satisfying 0x,y0\leq x,y\leqint max.

Output

One integer, the min of x and y.

Samples

501 500
500

Limitation

1s, 1024KiB for each test case.