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