1004: 最小的数

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

依次输入3个整数a、b、c,将a、b、c中的最小值输出。

Input

一行3个整数a、b、c,以空格分隔。 0 < a,b,c < 10^8^

Output

1个整数,即3个整数的最小值。

Sample Input Copy

2 3 2

Sample Output Copy

2