Problem I: 找最小的数

Problem I: 找最小的数

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

Description

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

Sample Input Copy

4 5 6

Sample Output Copy

4