#include<bits/stdc++.h> using namespace std; int main(){ int q,z,a; cin>>q>>a; z=q+a; cout<<z; return 0; }