Minimum of three numbers

Statement

Given three integers, print the least of them.

Example input

5
3
7

Example output

3


Login is required



TEST CASES