9001 - Add Big Numbers   

Description

Give two signed numbers, output their sum. Those two numbers may be too large to be represented by long long data type.  Need a data structure to store their data.

Input

The input consists of many lines. Each line has two numbers, which are between -6*10100 to 6*10100.

Output

For each case, output their sum.

Sample Input  Download

Sample Output  Download

Tags




Discuss