Problem4596--找最小的数

4596: 找最小的数

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

Description

给出三个整数 a,b,c,求这三个数中最小的数

Sample Input Copy

4 5 6

Sample Output Copy

4

Source/Category