Problem A: 高精度加法运算

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:120 Solved:37

Description

       给定 ab 两个<=500位的正整数,要求你编写一个高精度加法的程序,输出这两个数的和。(输入数据中没有负数)

Input

       输入分两行,分别为 a与b。lns="http://www.w3.org/1998/Math/MathML">

Output

  输出只有一行。为a+b的和。

Sample Input Copy

12345
998877

Sample Output Copy

1011222

HINT

1=< a,b <=10500