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