Problem1751--2016 狮山镇 1. 最小数(min)六年级

1751: 2016 狮山镇 1. 最小数(min)六年级

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

Description

晨晨想写一个求三个整数之中最小数的程序,就是输入三个整数(不大于 10000),然后找出里面最小 的数。

Input

输入文件 min.in 包含 1 行; 
一行:三个整数。 

Output

输出文件 min.out 包含 1 行; 
一个整数:代表最小的整数。 

Sample Input Copy

11 10 7

Sample Output Copy

7

Source/Category