Problem P: 判断三个数中最小的数

Problem P: 判断三个数中最小的数

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

Description

输入三个整数,输出最小的那个数。

Sample Input Copy

1 2 3

Sample Output Copy

1