Problem I: 求最小值 (课程8)

Problem I: 求最小值 (课程8)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

题目描述

输入 4 个整数,求它们之中最小的。

输入格式  295.in

一行4个整数,范围在[1,30]。

输出格式  295.out

只一个整数。

输入样例

12 8 5 6 

输出样例

5

Sample Input Copy

9 5 4 6

Sample Output Copy

4