#OLD59. 签到题~

签到题~

Description

输入两个正整数a,b,输出a+b的值。

Format

Input

两行,第一行a,第二行b。a和b均小于10^1000。

Output

一行,a+b的值。

Samples

4
2
6

Hint

23333~~~~