Problem1399--说反话

1399: 说反话

[Creator : admin]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

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

Source/Category

Please give us a Star @HUSTOJ Github!

欢迎关注微信公众号onlinejudge