#597. 考级202206-3:最小的数
考级202206-3:最小的数
题目描述
依次输入3个整数a、b、c,将a、b、c中最小的值输出。
输入格式
一行3个整数a、b、c,以空格分隔,0<a、b、c<10^8.
输出格式
1个整数,即3个整数的最小值
输入样例数据 1
2 3 2
输出样例数据 1
2
数据范围与提示
0<a、b、c<10^8
Statistics
Related
In following contests:
依次输入3个整数a、b、c,将a、b、c中最小的值输出。
一行3个整数a、b、c,以空格分隔,0<a、b、c<10^8.
1个整数,即3个整数的最小值
2 3 2
2
0<a、b、c<10^8
In following contests:
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.