Hanuman has been a great admirer of Ram. However, there is one thing that Hanuman finds really difficult when talking to Ram. Hanuman can only understand sentences in reverse order but Ram,though an incarnation of God,is somehow unable to speak in reverse. Help Ram by creating a program that will generate the sentence(string S) given by Ram in reverse order word by word.
INPUT: An integer T (1<=T<=1000) : number of testcases Each test case is represented by a sentence (1<=length_of_sentence<=100)
OUTPUT: For each test case T, output a sentence which is in the reverse order of that of the user given sentence(word by word and not letter by letter)