#1. A + B Problem

A + B Problem

Description

Given AA and BB, compute and print A+BA + B.

Input Format

One line with two integers AA and BB, separated by a space.

Output Format

One integer A+BA + B.

Example

1 2
3

Limits

For 100% 100\% of data, 1a,b106 1 \leq a, b \leq 10 ^ 6