#P393. 练68.1 输出亲朋字符串

练68.1 输出亲朋字符串

Description

Write a program to find the "relative string" s1s_1 of a given string ss. The relative string s1s_1 is defined as follows: the first character of s1s_1 is obtained by adding the ASCII values of the first and second characters of ss; the second character of s1s_1 is obtained by adding the ASCII values of the second and third characters of ss; and so on until the second-to-last character of ss. The last character of s1s_1 is obtained by adding the ASCII values of the last character of ss and the first character of ss.

Input Format

One line containing a string with length between 22 and 100100 inclusive. The ASCII value of each character in the string does not exceed 6363.

Output Format

Output one line containing the transformed relative string. It is guaranteed that the output will be a single line.

Sample

1234
cege