1. A+B Problem

Naive编程基础输入输出

时间限制:2000 ms

内存限制:128 MiB

题面

Given (a, b), output (a + b).

样例

输入

1 2

输出

3