关于a+b的编程问题
Problem 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
帮帮忙!!!有点急···谢谢
2011-10-19 23:13
2011-10-19 23:57
2011-10-20 00:00
2011-10-20 00:02