#45773: 不能說的答案(C++)


yp11351135@yphs.tp.edu.tw (803-30莊承昊)


#include <iostream>
using namespace std;
int main()
{
	int a,b;
	while(cin>>a>>b)
	cout<< a+b << endl;
}