Put the Numbers
in Descending Order
Write a
program that gets 3 numbers and then display them in descending order.
Input: In the first line, you will get 3
integers. 
Output: The numbers in descending order.
 
  | Sample Input1: | Sample Input2: | 
 
  | 2 1 3 | 24  19  47 | 
 
  | Sample  Output1: | Sample  Output2: | 
 
  | 3 2 1 | 47  24  19 | 
 
 
Для отправки решений необходимо