#P393. 练68.1 输出亲朋字符串
练68.1 输出亲朋字符串
Description
Write a program to find the "relative string" of a given string . The relative string is defined as follows: the first character of is obtained by adding the ASCII values of the first and second characters of ; the second character of is obtained by adding the ASCII values of the second and third characters of ; and so on until the second-to-last character of . The last character of is obtained by adding the ASCII values of the last character of and the first character of .
Input Format
One line containing a string with length between and inclusive. The ASCII value of each character in the string does not exceed .
Output Format
Output one line containing the transformed relative string. It is guaranteed that the output will be a single line.
Sample
1234cege