#include<bits/stdc++.h> using namespace std; int main() { int r; cin>>r; int p; cin>>p; cout<<r+p; return 0; }