1000: Too Hard A + B Problem

内存限制:128 MB 时间限制:1.000 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:238 通过:14 通过率:5.882%

题目描述

注意:新手请千万不要先尝试这题,您可以看看通过率

I will give you series of pair of A and B, A and B are both integers. Test `long long` type in C/C++.
P.S.: 测试用的第 0 题,不会再添加中文描述。唯一的提醒是注意审题。

输入格式

Several pairs of A and B, in C/C++, A and B are both in `long long` range.

输出格式

The sum of A and B. Note that there is a blank line *between* two output lines.

输入样例 复制

1 1
5 3
10 20

输出样例 复制

2

8

30

数据范围与提示

注意审题哦~