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