Problem1155--强迫症

1155: 强迫症

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

有强迫症的我,特别喜欢6这个数字,当我看到一个句子,里面有6个字母的单词喜欢把他的前三个字母按顺序写,后三个字母逆序写,不是6个字母的单词我就不管它。


Input

输入多行,代表看到的句子,处理到文件末尾。

Output

输出对应的句子。

Sample Input Copy

   I  have a dream.
You are clever.

Sample Output Copy

   I  have a dream.
You are clerev.

Source/Category