#T201. 大整数加法

大整数加法

Description

Calculate the sum of two non-negative integers, each with no more than 200 digits.

Input Format

There are two lines, each containing a non-negative integer with no more than 200 digits. There may be redundant leading zeros.

Output Format

A single line containing the result of the addition. The result must not have any redundant leading zeros. For example, if the result is 342, it should not be output as 0342.

22222222222222222222
33333333333333333333


55555555555555555555