#P1001. A + B Problem

A + B Problem

Description

Enter aa and b, and output the result of a+ba+b.

Input

Two positive integers in a row: aa and bb.

Output

A positive integer on a line a+ba+b.

1 1
2