#C11106. 4个数找最小

4个数找最小

Description

输入4个整数,输出其中的最小值

Format

Input

一行4个整数

Output

1个整数,为4个整数中的最小值

Samples

123 500 1 55
1

Limitation

所有数字不超过1000