#SDNU1000. A+B Problem

A+B Problem

Description

Calculate a+ba+b

Format

Input

One line contains two integer a,b(0<=a,b<=10)a,b (0<=a,b<=10)

It is guarantied that all integers and the sum are in the range of 32-int.

Output

Output a+ba+b

Samples

1 2
3