这是一道英文编程題,请不要说看不懂,因为它只包含了不多的文字,这是为了让读者体验一下英文题。若用类的方法来做,逻辑思路会更清晰,并可以应对不同的题目变化。
A+B Problem
Time Limit: lSec Input File: aplusb.in
Calculate a+ b.
lnput ·
The input will consist of a series of pairs of integers a and b,separated by one line, Each integer may consist of less than 79 digits.
Output
For each pair of input integers a and b you should output the sum of a and b in one line.
Sample lnput
1
5000000000000000000000000000000000000000000000000000000000000000
-1
23
Sample Output
5000000000000000000000000000000000000000000000000000000000000001
22