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