#include<bits/stdc++.h> using namespace std; int n,m; int main(){ while(cin>>n>>m,n+m!=0){ cout<<n+m<<endl; } return 0; }
爆TLETLETLE