eolymp
bolt
Try our new interface for solving problems
Problems

The smallest of two

The smallest of two

Two integers a and b are given. Print the smallest of them.

Input

Two integers a and b.

Output

Print the smallest of two given numbers.

Time limit 1 second
Memory limit 128 MiB
Input example #1
7 4
Output example #1
4
Source "ABC programming"