[Login|Register]
Problems

Status

Rank

Problem 1050
A+B问题
Time Limit: 1000ms
Memory Limit: 65536kb
Description
计算a和b的和;
Input
多个输入实例,每个实例为一个整数数字对a和b(0≤a,b≤109),以空格分开,每个输入实例占一行;
Output
对每一对a和b,分别输出它们的和。
Sample Input
1 2
3 4
Sample Output
3
7
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 0.8ms with 1 query(s).