信奥赛基础习题集—高精度

B. Problem A+B (Big Integer)

单点时限: 2.0 sec

内存限制: 256 MB

Give two positive integer $A$ and $B$, calucate $A+B$.

Notice that $A,B$ is no more than $500$ digits.

输入格式

The test case contain several lines. Each line contains two positive integer $A$ and $B$.

输出格式

For each input line, output a line contain $A+B$.

样例

Input
2 3
1231231231823192 123123123123123
1000000000000000 1
Output
5
1354354354946315
1000000000000001
不限期开放

积分

题目 计分
A 100
B 100
C 100
D 100
E 100
F 100
这里显示的是你在现在一次提交正确所获得的计分。