Problem1000--A + B Problem1000: A + B Problem
Time Limit: 2 Sec Memory Limit: 3 MB
Submit: 68 Solved: 18
[Submit] [Status] [Web Board] [Creator:]Description
Calculate A + B.
Input
Each line will contain two integers A and B. Process to end of file.
Output
For each case, output A + B in one line.
Sample Input
1 1
Sample Output
2
Source/Category
[Submit] [Status]