3933: Large integer addition

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:8 解决:5

题目描述



Calculate the sum of two large integers.


A large integer is an integer that exceeds the range of Python, such as 1234567890000000000000000000

输入

The input consists of two large integers.


Each integer is no more than 100 digits, separated by spaces or wrap.

输出

Output the sum of two large integers.

样例输入 复制

222222222222222222222
333333333333333333333

样例输出 复制

555555555555555555555