hdu1090

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

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