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