Problem3523--A+B 高精度

3523: A+B 高精度

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

高精度加法。

Input

分两行输入。a,b≤10500

Output

输出只有一行,代表a+b的值

Sample Input Copy

111111111111111111111111111111
111111111111111111111111111111

Sample Output Copy

222222222222222222222222222222

Source/Category