#include<iostream> using namespace std; int main(){ int asd,fgh; cin>>asd; cin>>fgh; cout<<asd+fgh<<endl; return 0; }