https://acs.jxnu.edu.cn/problem/NOIOPJCH02067625/editor
A + B Problem
1000ms 32768K
描述:
Calculate A + B.(计算A+B)
输入:
Each line will contain two integers A and B. Process to end of file.(每行包括A,B两个整数。在文件底部输出)
输出:
For each case, output A + B in one line.
(对每个例子在每行输出A+B的和)