#A1002. A+B问题

A+B问题

题目描述

求两个整数的和。

输入

一行,两个用空格隔开的整数。

输出

两个整数的和。

样例

Samples

1 2
3

Limitation

1s, 1024KiB for each test case.