#451. A+B problem

A+B problem

题目描述

输入两个正整数 aabb,输出 a+ba+b 的和。

输入格式

一行两个正整数(a,b10500a,b \leq 10^{500})。

输出格式

一行一个正整数。

样例

输入

2 3

输出

5