#Z0001. A + B

A + B

背景

题目描述

给出两个整数a,b;计算他们的和。

格式

输入

一行两个整数a,b;

输出

一个整数为a和b的和

样例

123 500
623

Limitation

0 <= a,b <= 1000000.