#OLD89. a+b

a+b

Description

输入两个小写的字母,输出这两个字母相加的和,输出的字符不一定是字母。(多组输入)

Format

Input

a b

Output

c

Samples

a b
c

Hint