游客 Signup | Login
中文 | En

3431 - 颠倒的句子

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

读入一个字符串,按单词将该字符串逆序,比如给定"This is a sentence",则输出是"sentence a is This",为了简化问题,字符串中不包含标点符号。

Input

Output

Examples

Input Format

This is a sentence

Output Format

sentence a is This