Problem1498--字符串-字符串逆序

1498: 字符串-字符串逆序

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 63  Solved: 32
[Status] [Submit] [Creator:]

Description

输入一个单词,以5个为节点进行逆序,如果最后的字符不足5个,就按具体数量逆序

Input

一个单词,长度不超过255,不包含空格

Output

以5个为节点进行逆序后的字符串

Sample Input Copy

helloapplebhtn

Sample Output Copy

ollehelppanthb

Source/Category