#8873. 最小的数
最小的数
Description
依次输入3个整数a、b、c,将a、b、c中的最小值输出。
Input Format
一行3个整数a、b、c,以空格分隔。
Output Format
1个整数,即3个整数的最小值。
2 3 2
2
依次输入3个整数a、b、c,将a、b、c中的最小值输出。
一行3个整数a、b、c,以空格分隔。 0<a,b,c<108
1个整数,即3个整数的最小值。
2 3 2
2
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.