Add Them Up

Limits 1s, 512 MB

Read two integer variables, calculate their sum, and print it.

Input

The input will contain two integers AA and BB (20000000<A,B<20000000-20000000 < A, B < 20000000).

Output

Print the sum of the two integers.

Sample

InputOutput
4 5
9