A + B Problem - waiting...'s Blog
A + B Problem
-
//题目描述:
-
//A + B Problem
-
//
-
//输入:
-
//多组测试数据,第一行有两个小于1e9的整数,
-
//对这两个数求和,最后当EOF标志的时候结束。
-
//
-
//输出:
-
//对这两个数求和的结果
-
//
-
//样例输入:
-
//2 3
-
//1 9
-
//
-
//样例输出:
-
//5
-
//10
-
-
#include <iostream>
-
using namespace std;
-
-
int main()
-
{
-
int a, b;
-
while (cin >> a && cin >> b)
-
cout << a + b << endl;
-
return 0;
-
}
2023年6月21日 14:18
This is very helpful for me, and the people who are looking for info about celeb height wiki>