eolymp
Problems

Marathon 3

Marathon 3

The race participants were provided with numbers from a to b and entered this information into computer in reverse order. Print the numbers of athletes.

Input

Two positive integers a and b (ab1000).

Output

Print the numbers of athletes in decreasing order.

Time limit 1 second
Memory limit 128 MiB
Input example #1
3 7
Output example #1
7 6 5 4 3
Author Matviychuk Sergiy Volodymyrovych
Source "ABC programming"