1528: 【15】字符串循环移位▃切片

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:20 Solved:9

Description

输入一个字符串,将这个字符串最后一个字符移到开头,并输出。

例如:

输入apple,输出eappl。

Input

输入一个字符串,长度不超过100。

Output

输出一个字符串,为将输入字符串最后一个字符移到开头后的字符串。

Sample Input Copy

study

Sample Output Copy

ystud