[Login|Register]
Problems

Status

Rank

Problem 1055
A+B问题(2)
Time Limit: 1000ms
Memory Limit: 65536kb
Description
计算a和b的和;
Input
一系列a和b的整数数字对,a和b由空格分开,每行有一个数字对;
Output
对每一对a和b(0≤a,b≤10^30),输出它们的和。每行输出该数字对的和;
Sample Input
3 4
790384901275039218498 2378524839058290
Sample Output
7
790387279799878276788
Hint
输出为字符串
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 0.9ms with 1 query(s).