Description
给定一句英语,要求编写程序,将句中所有单词按颠倒顺序输出。比如,输入“Hello World Here I Come”,则输出“Come I Here World Hello”。
Input
一行,表示输入。
Output
一行,表示输出。
Sample Input Copy
Hello World Here I Come
Sample Output Copy
Come I Here World Hello