#include<iostream> using namespace std; int main(){ int a,b,s[1001],k=0; while(cin>>a>>b){ cout<<a+b<<"\n"; } return 0; }