#include<bits/stdc++.h> using namespace std; int main() { int x,y,sum; cin>>x>>y; sum=x+y; cout<<sum<<endl; return 0; }