Given two positive integers a and b, count from a to b, in English.
The first line contains t (1<=t<=10), the number of test cases followed. Each line contains two strings a
and b(1<=a<=b<=10), in lowercase.
For each test case, count from a to b in a single line. Each two consecutive words should be separated
by a single space. Every English word must be in lowercase.
3
one four
five nine
ten ten
one two three four
five six seven eight nine
ten