Problem E: 最小的数

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:12 Solved:8

Description

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

Input

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

Output

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

Sample Input Copy

2 3 2

Sample Output Copy

2