2217: 字符串中的空格移位

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:116 Solved:1

Description

题目描述:输入一个字符串,将其中的所有空格都移到最后,然后输出。


Input

一个字符串。


Output

空格全部移到了串尾的字符串。


Sample Input Copy

a b c

Sample Output Copy

abc

Source/Category