hdu1089

#include<iostream>
using namespace std;
int main()
{
int n,m,s;
while(cin>>n>>m)
{
s=n+m;
cout<<s<<endl;
}
return 0;
}

posted @ 2017-01-22 23:34  王坤1993  阅读(179)  评论(0编辑  收藏  举报