#D1000. A+B Problem

A+B Problem

Description

Input two numbers aa and bb, print a+ba + b.

Input Format

Two integers aa and bb.

Output Format

One integer, a+ba + b.

1 2
3

Limit and hint

For 100%100\% testcases, a,b106a, b \leq 10 ^ 6.