Calculate the sum of two given integers.
Two integers $$m, n \in \mathbb{N}$$, each on a separate line.
The sum of the integers $$m$$ and $$n$$.
Input:
1 2
Output:
3