Smallest Number
Write a
program that finds minimum of 3 integer numbers.
Input: In the first line, you will get 3 integer
numbers.
Output: The smallest number
 
  | Sample Input1: | Sample Input2: | 
 
  | 4 6 3 | 5 9 5 | 
 
  | Sample Output1: | Sample Output2: | 
 
  | 3 | 5 | 
 
 
Для отправки решений необходимо