Problem1143--喜闻乐见的a+b

1143: 喜闻乐见的a+b

[Creator : ]
Time Limit : 1 sec  Memory Limit : 128 MB

Description

喜闻乐见的a+b来了,当然二进制,八进制,十进制什么的估计你们也懒得写了,来个20进制的a+b

Input

       给出多组ab,每个数字一行

数字由0~9和小写字母a~j10~19

给出的长度不超过100

Output

每组数据输出a+b的和。

Sample Input Copy

1234567890
abcdefghij
99999jjjjj
9999900001

Sample Output Copy

bdfi02467j
iiiij00000

Source/Category