#P1. A + B 问题

A + B 问题

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.

1 2
3

Limits

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