A. A + B Problem

内存限制:256 MiB 时间限制:1000 ms 标准输入输出
题目类型:传统 评测方式:文本比较

题目描述

Given and , compute and print .

输入格式

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

输出格式

One integer .

样例

Input

1 2

Output

3

数据范围与提示