Corporation
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
The global business community is buzzing with the latest news! It has just been announced that two leading corporations in Mendeleyevo, "Rosselbank" and "General Store", have decided to merge. The only task left is to calculate their combined capital. This is not straightforward, as the capital of such large corporations can be quite significant, and it can even be negative due to economic crises.
Input
The input consists of two integers, A and B, each on a separate line. These integers represent the capital of "Rosselbank" and "General Store" respectively (-10^100 ≤ A, B ≤ 10^100).
Output
Output a single number, which is the capital of the newly merged enterprise.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 378
Acceptance rate 40%