Print All
Numbers from N down to 0
Write
program to print all the numbers from N down to 0.
Input: In the first line, you will get a positive
integer (N). 
Output: The numbers from N (N is included)
down to 0. All separated by a space.
 
  | Sample Input1: | Sample Input2: | 
 
  | 6 | 11 | 
 
  | Sample Output1: | Sample Output2: | 
 
  | 6 5 4 3 2 1 0 | 11 10 9 8 7 6 5 4 3 2 1 0 | 
 
 
Для отправки решений необходимо