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