AKOJ正在加载中...

题目编号: 4449    语言:
如果您需要切换编程语言,语言模板已自动为您加载.如果加载失败,请刷新试试.
#include <iostream>
using namespace std;
int main(){
    int a,b;
    while(cin >> a >> b)
        cout << a+b << endl;
	return 0;
}

    登录后才能提交