Minimum of two numbers

Statement

Given the two integers (take values from the user), print the least of them.

Example input

3
7

Example output

3



Login is required



TEST CASES